Home
last modified time | relevance | path

Searched refs:dhcp (Results 1 – 25 of 204) sorted by relevance

123456789

/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A Dgbmc-br-dhcp.sh34 gbmc_br_source_dir /usr/share/gbmc-br-dhcp || exit
38 PID_FILE=/run/gbmc-br-dhcp.pid
57 update-dhcp-status 'ONGOING' "Received dhcp response ${ipv6}"
65 update-dhcp-status 'ONGOING' "Invalid address prefix ${ipv6}"
72 update-dhcp-status 'ONGOING' "Invalid address ${ipv6}"
77 update-dhcp-status 'ONGOING' "Setting hostname ${fqdn} and ip ${ipv6}"
92 update-dhcp-status 'ONGOING' "Outstanding DHCP hooks ${!GBMC_BR_DHCP_OUTSTANDING[*]}"
99 update-dhcp-status 'DONE' "Netboot finished"
H A Dgbmc-start-dhcp.sh16 systemctl stop gbmc-br-dhcp@'*'
18 systemctl restart dhcp-done
21 systemctl is-active --quiet gbmc-br-dhcp-term && systemctl stop gbmc-br-dhcp-term
24 for intf in gbmcbr $(cat /run/gbmc-br-dhcp-intfs 2>/dev/null); do
25 systemctl start gbmc-br-dhcp@"$intf"
H A Dgbmc-br-dhcp@.service3 After=network.target dhcp-done.service
4 Wants=dhcp-done.service
11 …r/bin/udhcpc6 -f -q -O fqdn -O bootfile_url -O bootfile_param -i %I -s /usr/libexec/gbmc-br-dhcp.sh
H A D50-gbmc-psu-hardreset.sh.in25 update-dhcp-status 'ONGOING' "upgrade bmc reboot into powercycle"
36 update-dhcp-status 'POWERCYCLE' "netboot powercycle" || return
/openbmc/google-misc/subprojects/dhcp-done/
H A Dmeson.build16 'dhcp-done',
35 'dhcp-done',
36 'dhcp-done.cpp',
45 'update-dhcp-status',
46 'update-dhcp-status.cpp',
58 configuration: {'BIN': libexecdir / 'dhcp-done'},
59 input: 'dhcp-done.service.in',
60 output: 'dhcp-done.service',
H A Ddhcp-done.service.in6 ExecStartPre=update-dhcp-status 'ONGOING' 'Waiting on dhcp process'
7 ExecStart=@@BIN@ dhcp-done
/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/
H A Dinterfaces8 iface wlan0 inet dhcp
14 iface atml0 inet dhcp
18 iface eth0 inet dhcp
19 iface eth1 inet dhcp
23 iface eth inet dhcp
34 iface bnep0 inet dhcp
/openbmc/openbmc/meta-google/recipes-google/networking/
H A Dgbmc-bridge.bb24 file://gbmc-br-dhcp.sh \
27 file://gbmc-br-dhcp@.service \
28 file://gbmc-br-dhcp-term.sh \
29 file://gbmc-br-dhcp-term.service \
32 file://gbmc-start-dhcp.sh \
38 ${datadir}/gbmc-br-dhcp \
47 dhcp-done \
57 gbmc-br-dhcp-term.service \
153 install -m0755 ${UNPACKDIR}/gbmc-br-dhcp.sh ${D}${libexecdir}/
154 install -m0755 ${UNPACKDIR}/gbmc-br-dhcp-term.sh ${D}${libexecdir}/
[all …]
H A Ddhcp-done_git.bb3 GOOGLE_MISC_PROJ = "dhcp-done"
12 SYSTEMD_SERVICE:${PN} += "dhcp-done.service"
19 SRC_URI += "file://50-dhcp-done.rules"
24 install -m0644 ${UNPACKDIR}/50-dhcp-done.rules $nftables_dir/
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/
H A Ddhcp-relay_4.4.3p1.bb13 SRC_URI = "https://downloads.isc.org/isc/dhcp/4.4.3-P1/dhcp-4.4.3-P1.tar.gz \
24 UPSTREAM_CHECK_URI = "http://ftp.isc.org/isc/dhcp/"
27 S = "${WORKDIR}/dhcp-4.4.3-P1"
50 # Enable shared libs per dhcp README
56 install -Dm 0644 ${UNPACKDIR}/default-relay ${D}${sysconfdir}/default/dhcp-relay
65 install -m 0755 ${UNPACKDIR}/init-relay ${D}${sysconfdir}/init.d/dhcp-relay
71 # dhcp-relay contains a bundled "bind", thus their dev packages conflict each other
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/
H A Dnull_check_for_ipv4_config.patch4 it contains "dhcp" string, a segmentation fault is generated.
19 - if (g_str_equal(ipv4_config.method, "dhcp") == TRUE)
20 + if (!ipv4_config.method || g_str_equal(ipv4_config.method, "dhcp") == TRUE)
32 - if (g_str_equal(ipv4_config.method, "dhcp") == TRUE)
33 + if (!ipv4_config.method || g_str_equal(ipv4_config.method, "dhcp") == TRUE)
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
H A Dgbmc-ncsi-smartnic-wa.sh.in27 echo '@NCSI_IF@' >>/run/gbmc-br-dhcp-intfs
28 if systemctl is-active --quiet gbmc-br-dhcp@gbmcbr; then
29 systemctl reset-failed gbmc-br-dhcp@@NCSI_IF@
30 systemctl restart --no-block gbmc-br-dhcp@@NCSI_IF@
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-core/init-ifupdown/files/juno/
H A Dinterfaces8 iface wlan0 inet dhcp
19 iface eth0 inet dhcp
20 iface eth1 inet dhcp
31 iface bnep0 inet dhcp
/openbmc/openbmc/meta-google/recipes-phosphor/flash/
H A Dgbmc-update.bb12 FILES:${PN} += "${datadir}/gbmc-br-dhcp"
18 install -d ${D}${datadir}/gbmc-br-dhcp
19 install -m 0644 ${UNPACKDIR}/40-gbmc-upgrade.sh ${D}${datadir}/gbmc-br-dhcp/
H A Dinplace-gbmc-update.bb29 FILES:${PN} += "${datadir}/gbmc-br-dhcp"
43 install -d ${D}${datadir}/gbmc-br-dhcp
44 install -m 0644 ${UNPACKDIR}/40-inplace-gbmc-upgrade.sh ${D}${datadir}/gbmc-br-dhcp/
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_snp.c59 struct dhcp { struct
103 struct dhcp p = {}; in send_dhcp_discover()
116 p.ip_udp.ip_len = htons(sizeof(struct dhcp) - in send_dhcp_discover()
130 p.ip_udp.udp_len = htons(sizeof(struct dhcp) - in send_dhcp_discover()
161 ret = net->transmit(net, 0, sizeof(struct dhcp), &p, NULL, NULL, 0); in send_dhcp_discover()
264 struct dhcp p; in execute()
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/
H A Dkea_2.6.1.bb13 file://kea-dhcp-ddns.service \
16 file://kea-dhcp-ddns-server \
30 SYSTEMD_SERVICE:${PN} = "kea-dhcp4.service kea-dhcp6.service kea-dhcp-ddns.service"
64 install -m 0644 ${UNPACKDIR}/kea-dhcp*service ${D}${systemd_system_unitdir}
68 ${D}${systemd_system_unitdir}/kea-dhcp*service ${D}${sbindir}/keactrl
/openbmc/linux/tools/hv/
H A Dhv_get_dhcp_info.sh22 dhcp=$(grep "dhcp" $if_file 2>/dev/null)
24 if [ "$dhcp" != "" ];
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Dsystemd-conf_1.0.bb13 PACKAGECONFIG ??= "dhcp-ethernet"
14 PACKAGECONFIG[dhcp-ethernet] = ""
32 if ${@bb.utils.contains('PACKAGECONFIG', 'dhcp-ethernet', 'true', 'false', d)}; then
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/
H A Dinit-relay7 if [ ! -f /etc/default/dhcp-relay ]; then
15 . /etc/default/dhcp-relay
H A Ddefault-relay1 # Defaults for dhcp-relay initscript
2 # sourced by /etc/init.d/dhcp-relay
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/
H A Dkea-dhcp-ddns.service9 ExecStart=@SBINDIR@/kea-dhcp-ddns -c @SYSCONFDIR@/kea/kea-dhcp-ddns.conf
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0017-Adjust-for-musl-headers.patch38 src/network/networkd-dhcp-common.c | 3 ++-
39 src/network/networkd-dhcp-prefix-delegation.c | 3 ++-
40 src/network/networkd-dhcp-server.c | 2 +-
373 diff --git a/src/network/networkd-dhcp-common.c b/src/network/networkd-dhcp-common.c
375 --- a/src/network/networkd-dhcp-common.c
376 +++ b/src/network/networkd-dhcp-common.c
387 diff --git a/src/network/networkd-dhcp-prefix-delegation.c b/src/network/networkd-dhcp-prefix-deleg…
389 --- a/src/network/networkd-dhcp-prefix-delegation.c
390 +++ b/src/network/networkd-dhcp-prefix-delegation.c
407 diff --git a/src/network/networkd-dhcp-server.c b/src/network/networkd-dhcp-server.c
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0017-Adjust-for-musl-headers.patch38 src/network/networkd-dhcp-common.c | 3 ++-
39 src/network/networkd-dhcp-prefix-delegation.c | 3 ++-
40 src/network/networkd-dhcp-server.c | 2 +-
380 diff --git a/src/network/networkd-dhcp-common.c b/src/network/networkd-dhcp-common.c
382 --- a/src/network/networkd-dhcp-common.c
383 +++ b/src/network/networkd-dhcp-common.c
394 diff --git a/src/network/networkd-dhcp-prefix-delegation.c b/src/network/networkd-dhcp-prefix-deleg…
396 --- a/src/network/networkd-dhcp-prefix-delegation.c
397 +++ b/src/network/networkd-dhcp-prefix-delegation.c
414 diff --git a/src/network/networkd-dhcp-server.c b/src/network/networkd-dhcp-server.c
[all …]
/openbmc/openbmc/meta-google/recipes-phosphor/flash/gbmc-update/
H A D40-gbmc-upgrade.sh63 …update-dhcp-status 'ONGOING' "downloading and unpacking from ${bootfile_url}, retry ${retry}, dead…
80 update-dhcp-status 'ONGOING' "Image fetching timeout, netboot failed"

123456789