Searched refs:dhcpcd (Results 1 – 25 of 37) sorted by relevance
12
/external/dhcpcd-6.8.2/ |
D | Makefile | 3 PROG= dhcpcd 4 SRCS= common.c control.c dhcpcd.c duid.c eloop.c 26 SCRIPT= ${LIBEXECDIR}/dhcpcd-run-hooks 27 HOOKDIR= ${LIBEXECDIR}/dhcpcd-hooks 29 MAN5= dhcpcd.conf.5 30 MAN8= dhcpcd.8 dhcpcd-run-hooks.8 31 CLEANFILES= dhcpcd.conf.5 dhcpcd.8 dhcpcd-run-hooks.8 33 SCRIPTS= dhcpcd-run-hooks 35 FILES= dhcpcd.conf 38 FILES+= dbus/dhcpcd-dbus.conf [all …]
|
D | README | 1 dhcpcd - DHCP client daemon 8 man dhcpcd for command line options 9 man dhcpcd.conf for configuration options 10 man dhcpcd-run-hooks to learn how to hook scripts into dhcpcd events 26 ./configure --libexecdir=/lib/dhcpcd dbdir=/var/lib/dhcpcd 53 dhcpcd will poll a freshly added address until either IN6_IFF_TENTATIVE is 65 Either upgrade or don't allow dhcpcd to manage the RA, 66 so don't set either "ipv6ra_own" or "slaac private" in dhcpcd.conf if you 75 out of the headers (or dhcpcd itself) to have correct operation. 77 We try and detect how dhcpcd should interact with system services at runtime. [all …]
|
D | Android.mk | 21 LOCAL_MODULE := dhcpcd-6.8.2 25 dhcpcd.c \ 43 dhcpcd-embedded.c \
|
D | genembedc | 5 CONF=${1:-dhcpcd-definitions.conf} 7 cat dhcpcd-embedded.c.in
|
D | genembedh | 7 CONF=${1:-dhcpcd-definitions.conf} 8 H=${2:-dhcpcd-embedded.h.in}
|
D | dhcpcd-run-hooks.in | 20 state_dir=@RUNDIR@/dhcpcd 196 logger -i -p daemon."$lvl" -t dhcpcd-run-hooks "$interface: $*" 366 @SYSCONFDIR@/dhcpcd.enter-hook \ 368 @SYSCONFDIR@/dhcpcd.exit-hook
|
D | dhcpcd-embedded.c.in | 3 * Automatically generated from dhcpcd-embedded.conf 8 * dhcpcd - DHCP client daemon
|
D | config-null.mk | 3 DHCPCD_SRCS+= dhcpcd-embedded.c
|
/external/dhcpcd-6.8.2/dev/ |
D | udev.c | 31 # warning As such, dhcpcd will need to depend on the 47 static struct dev_dhcpcd dhcpcd; variable 95 dhcpcd.handle_interface(ctx, 1, ifname); in udev_handle_device() 97 dhcpcd.handle_interface(ctx, -1, ifname); in udev_handle_device() 176 dhcpcd = *dev_dhcpcd; in dev_init()
|
D | Makefile | 9 DEVDIR= ${LIBDIR}/dhcpcd/dev
|
/external/dhcpcd-6.8.2/dhcpcd-hooks/ |
D | 50-dhcpcd-compat | 1 # Compat enter hook shim for older dhcpcd versions 33 rm -f /var/lib/dhcpcd-"$INTERFACE".info 37 eval echo "$x=\'\$$x\'" >> /var/lib/dhcpcd-"$INTERFACE".info 41 set -- /var/lib/dhcpcd-"$INTERFACE".info "$r"
|
D | Makefile | 5 SCRIPTSDIR= ${LIBEXECDIR}/dhcpcd-hooks 29 ${INSTALL} -d /tmp/${DISTPREFIX}/dhcpcd-hooks 30 ${INSTALL} -m ${NONBINMODE} ${SCRIPTS} /tmp/${DISTPREFIX}/dhcpcd-hooks
|
D | 10-mtu | 19 # The smalled MTU dhcpcd can work with is 576
|
/external/autotest/client/site_tests/network_DhcpRenew/ |
D | control | 12 Tests that shill can renew leases through dhcpcd, and deconfigures an 16 the logic handling these timeouts is handled through dhcpcd, this tests 17 some of the interraction between shill and dhcpcd.
|
/external/dhcpcd-6.8.2/dbus/ |
D | org.chromium.dhcpcd.in | 2 Name=org.chromium.dhcpcd 3 Exec=@BINDIR@/dhcpcd
|
D | dhcpcd-dbus.conf | 4 <!-- Both root and dhcp can own the dhcpcd service -->
|
/external/autotest/client/site_tests/network_DhcpNegotiationSuccess/ |
D | control | 13 will fail if dhcpcd is unable to negotiate and renew a DHCP lease without any
|
/external/autotest/client/site_tests/network_DhcpClasslessStaticRoute/ |
D | control | 14 This test fails if dhcpcd is unable to attain a default route using
|
/external/autotest/client/site_tests/network_DhcpWpadNegotiation/ |
D | control | 13 that provides the Web Proxy Auto Discovery option. This test fails if dhcpcd
|
/external/autotest/client/site_tests/network_DhcpNonAsciiParameter/ |
D | control | 14 This test fails if dhcpcd is unable to negotiate and renew a DHCP lease if
|
/external/autotest/client/site_tests/network_DhcpFQDN/ |
D | control | 12 accepted. It was observed that this caused a crash in dhcpcd in some
|
/external/autotest/client/site_tests/network_DhcpNak/ |
D | control | 17 The test will fail if dhcpcd does not restart the DHCP process
|
/external/autotest/client/site_tests/network_DhcpRenewWithOptionSubset/ |
D | control | 11 Tests that shill can renew leases through dhcpcd. In particular,
|
/external/autotest/server/site_tests/network_DiskFull/ |
D | control | 18 tests how various bits of network machinery (e.g. shill, dhcpcd)
|
/external/autotest/client/site_tests/network_DhcpStaticIP/ |
D | control | 15 This test succceeds if dhcpcd is able to negotiate and DHCP lease, but then
|
12