OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DHCP_STRING
(Results
1 - 2
of
2
) sorted by null
/external/toybox/toys/pending/
dhcp.c
120
#define
DHCP_STRING
(1<<10)
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
[
all
...]
dhcpd.c
86
#define
DHCP_STRING
(1<<10)
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
| 0xfc, NULL, 0}
[
all
...]
Completed in 403 milliseconds