HomeSort by relevance Sort by last modified time
    Searched refs:dhcpd (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/network/dhcp/
dhcpd_tests.sh 10 dhcp_name="dhcpd"
16 if [ -f /etc/dhcpd.conf ]; then
17 DHCPD_CONF="/etc/dhcpd.conf"
18 elif [ -f /etc/dhcp/dhcpd.conf ]; then
19 DHCPD_CONF="/etc/dhcp/dhcpd.conf"
21 tst_brk TBROK "failed to find dhcpd.conf"
24 mv $DHCPD_CONF dhcpd.conf
25 [ $? -ne 0 ] && tst_brk TBROK "failed to backup dhcpd.conf"
28 [ $? -ne 0 ] && tst_brk TBROK "failed to create dhcpd.conf"
34 dhcpd -lf tst_hdcpd.lease -$TST_IPVER $iface0 > tst_dhcpd.err 2>&
    [all...]
  /external/libcap/contrib/
pcaps4server 217 # dhcpd
219 APPS="$APPS dhcpd"
221 message "converting dhcpd"
222 if [ "$( id -g dhcpd 2>/dev/null )" == "" ]; then
223 groupadd -g 63 dhcpd
225 if [ "$( id -u dhcpd 2>/dev/null )" == "" ]; then
226 useradd -g dhcpd -d / -u 630 dhcpd
228 chown $VERBOSE dhcpd:dhcpd /var/run/dhcp
    [all...]
  /external/toybox/generated/
globals.h 548 // toys/pending/dhcpd.c
1403 struct dhcpd_data dhcpd; member in union:global_union
newtoys.h 56 USE_DHCPD(NEWTOY(dhcpd, ">1P#<0>65535fi:S46[!46]", TOYFLAG_SBIN|TOYFLAG_ROOTONLY))
flags.h 627 // dhcpd >1P#<0>65535fi:S46[!46]
    [all...]

Completed in 431 milliseconds