Home
last modified time | relevance | path

Searched refs:IP (Results 1 – 9 of 9) sorted by relevance

/busybox-1.35.0/shell/hush_test/hush-quoting/
Ddollar_repl_slash_bash1.tests5 IP=192.168.0.1
8 echo "${IP//./\\.}"
9 echo "${IP//./\\.}"'[' # bug was here
10 echo "${IP//./\\.}[" # bug was here
11 echo "${IP//./\\\\.}[" # bug was here
15 echo "${IP//./\\.}"
16 echo "${IP//./\\.}"'[' # bug was here
17 echo "${IP//./\\.}[" # bug was here
18 echo "${IP//./\\\\.}[" # bug was here
/busybox-1.35.0/shell/ash_test/ash-quoting/
Ddollar_repl_slash_bash1.tests5 IP=192.168.0.1
8 echo "${IP//./\\.}"
9 echo "${IP//./\\.}"'[' # bug was here
10 echo "${IP//./\\.}[" # bug was here
11 echo "${IP//./\\\\.}[" # bug was here
15 echo "${IP//./\\.}"
16 echo "${IP//./\\.}"'[' # bug was here
17 echo "${IP//./\\.}[" # bug was here
18 echo "${IP//./\\\\.}[" # bug was here
/busybox-1.35.0/networking/udhcp/
DConfig.src14 bool "Select IP address based on client MAC"
18 If selected, udhcpd will base its selection of IP address to offer
22 This reduces the frequency of IP address changes for clients
25 IP address.
154 maximum size of entire IP packet, and sends packets
/busybox-1.35.0/networking/libiproute/
Dll_proto.c25 __PF(IP,ip)
93 __PF(IP,ip)
/busybox-1.35.0/examples/var_service/
DREADME101 controls a udhcpc instance which provides DHCP-assigned IP
106 When IP address is obtained or lost, var_service/dhcp_if/dhcp_handler is run.
119 Zeroconf IP service: assigns a 169.254.x.y/16 address to interface "if".
127 and have your IP properly re-negotiated at once.
131 Uses var_service/dhcp_if's data to determine router IP. Pings it.
/busybox-1.35.0/klibc-utils/
Dipconfig.c.txt68 bb_error_msg_and_die("bad IP address '%s'", ip);
101 // "[ip=/nfsaddrs=]IP:SERVER_IP:ROUTER:NETMASK:HOSTNAME:IFACE:METHOD"
248 //usage: "\n"" IP:SERVER_IP:ROUTER:NETMASK:HOSTNAME:IFACE:METHOD (all optional)"
/busybox-1.35.0/networking/
DConfig.src55 instead of IP/mask pairs in route command.
Dtelnet.c250 *++dst = IP; in handle_net_output()
/busybox-1.35.0/libbb/
Dpw_encrypt_des.c68 static const uint8_t IP[64] ALIGN1 = { variable
296 final_perm[i] = IP[i] - 1; in const_des_init()