Home
last modified time | relevance | path

Searched refs:subnet (Results 1 – 8 of 8) sorted by relevance

/busybox-1.35.0/examples/udhcp/
Dsimple.script10 [ -n "$subnet" ] && NETMASK="/$subnet"
12 [ -n "$subnet" ] && NETMASK="netmask $subnet"
45 if [ "$subnet" = "255.255.255.255" ]; then
Dsample.bound7 [ -n "$subnet" ] && NETMASK="netmask $subnet"
21 if [ "$subnet" = "255.255.255.255" ]; then
Dsample.renew7 [ -n "$subnet" ] && NETMASK="netmask $subnet"
21 if [ "$subnet" = "255.255.255.255" ]; then
Dudhcpd.conf70 option subnet 255.255.255.0
/busybox-1.35.0/examples/var_service/dhcpd_if/
Dudhcpd.conf26 option subnet 255.255.255.0
/busybox-1.35.0/testsuite/
Dparse.tests121 [option][subnet][255.255.255.0]
/busybox-1.35.0/klibc-utils/
Dipconfig.c.txt301 //write_option("IPV4BROADCAST", dev->ip_broadcast); subnet=255.255.255.0 mask=24
302 //write_option("IPV4NETMASK", dev->ip_netmask); subnet=255.255.255.0 mask=24
/busybox-1.35.0/networking/udhcp/
Ddhcpc.c509 uint32_t subnet; in fill_envp() local
510 move_from_unaligned32(subnet, opt_item->data); in fill_envp()
511 putenvp(xasprintf("mask=%u", mton(subnet))); in fill_envp()