Home
last modified time | relevance | path

Searched refs:dhcpcd (Results 1 – 25 of 37) sorted by relevance

12

/external/dhcpcd-6.8.2/
DMakefile3 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 …]
DREADME1 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 …]
DAndroid.mk21 LOCAL_MODULE := dhcpcd-6.8.2
25 dhcpcd.c \
43 dhcpcd-embedded.c \
Dgenembedc5 CONF=${1:-dhcpcd-definitions.conf}
7 cat dhcpcd-embedded.c.in
Dgenembedh7 CONF=${1:-dhcpcd-definitions.conf}
8 H=${2:-dhcpcd-embedded.h.in}
Ddhcpcd-run-hooks.in20 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
Ddhcpcd-embedded.c.in3 * Automatically generated from dhcpcd-embedded.conf
8 * dhcpcd - DHCP client daemon
Dconfig-null.mk3 DHCPCD_SRCS+= dhcpcd-embedded.c
/external/dhcpcd-6.8.2/dev/
Dudev.c31 # 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()
DMakefile9 DEVDIR= ${LIBDIR}/dhcpcd/dev
/external/dhcpcd-6.8.2/dhcpcd-hooks/
D50-dhcpcd-compat1 # 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"
DMakefile5 SCRIPTSDIR= ${LIBEXECDIR}/dhcpcd-hooks
29 ${INSTALL} -d /tmp/${DISTPREFIX}/dhcpcd-hooks
30 ${INSTALL} -m ${NONBINMODE} ${SCRIPTS} /tmp/${DISTPREFIX}/dhcpcd-hooks
D10-mtu19 # The smalled MTU dhcpcd can work with is 576
/external/autotest/client/site_tests/network_DhcpRenew/
Dcontrol12 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/
Dorg.chromium.dhcpcd.in2 Name=org.chromium.dhcpcd
3 Exec=@BINDIR@/dhcpcd
Ddhcpcd-dbus.conf4 <!-- Both root and dhcp can own the dhcpcd service -->
/external/autotest/client/site_tests/network_DhcpNegotiationSuccess/
Dcontrol13 will fail if dhcpcd is unable to negotiate and renew a DHCP lease without any
/external/autotest/client/site_tests/network_DhcpClasslessStaticRoute/
Dcontrol14 This test fails if dhcpcd is unable to attain a default route using
/external/autotest/client/site_tests/network_DhcpWpadNegotiation/
Dcontrol13 that provides the Web Proxy Auto Discovery option. This test fails if dhcpcd
/external/autotest/client/site_tests/network_DhcpNonAsciiParameter/
Dcontrol14 This test fails if dhcpcd is unable to negotiate and renew a DHCP lease if
/external/autotest/client/site_tests/network_DhcpFQDN/
Dcontrol12 accepted. It was observed that this caused a crash in dhcpcd in some
/external/autotest/client/site_tests/network_DhcpNak/
Dcontrol17 The test will fail if dhcpcd does not restart the DHCP process
/external/autotest/client/site_tests/network_DhcpRenewWithOptionSubset/
Dcontrol11 Tests that shill can renew leases through dhcpcd. In particular,
/external/autotest/server/site_tests/network_DiskFull/
Dcontrol18 tests how various bits of network machinery (e.g. shill, dhcpcd)
/external/autotest/client/site_tests/network_DhcpStaticIP/
Dcontrol15 This test succceeds if dhcpcd is able to negotiate and DHCP lease, but then

12