Home
last modified time | relevance | path

Searched refs:DHCP_STRING (Results 1 - 2 of 2) sorted by relevance

/third_party/toybox/toys/pending/
H A Ddhcp.c120 #define DHCP_STRING (1<<10) macro
214 {"hostname" , DHCP_STRING | 0x0c, NULL, 0},
215 {"domain" , DHCP_STRING | 0x0f, NULL, 0},
217 {"nisdomain" , DHCP_STRING | 0x28, NULL, 0},
219 {"tftp" , DHCP_STRING | 0x42, NULL, 0},
220 {"bootfile" , DHCP_STRING | 0x43, NULL, 0},
222 {"rootpath" , DHCP_STRING | 0x11, NULL, 0},
223 {"wpad" , DHCP_STRING | 0xfc, NULL, 0},
225 {"message" , DHCP_STRING | 0x38, NULL, 0},
455 case DHCP_STRING in strtoopt()
[all...]
H A Ddhcpd.c86 #define DHCP_STRING (1<<10) macro
95 #define DHCP_OPT_HOST_NAME DHCP_STRING | 0x0c // either client informs server or server gives name to client
101 #define DHCP_OPT_PARAM_REQ DHCP_STRING | 0x37 // list of options client wants
298 {"hostname" , DHCP_STRING | 0x0c, NULL, 0},
299 {"domain" , DHCP_STRING | 0x0f, NULL, 0},
301 {"nisdomain" , DHCP_STRING | 0x28, NULL, 0},
303 {"tftp" , DHCP_STRING | 0x42, NULL, 0},
304 {"bootfile" , DHCP_STRING | 0x43, NULL, 0},
306 {"rootpath" , DHCP_STRING | 0x11, NULL, 0},
307 {"wpad" , DHCP_STRING |
[all...]

Completed in 4 milliseconds