Lines Matching refs:DHCP_STRING
86 #define DHCP_STRING (1<<10) macro
95 #define DHCP_OPT_HOST_NAME DHCP_STRING | 0x0c // either client informs server or server gi…
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},
309 {"message" , DHCP_STRING | 0x38, NULL, 0},
608 case DHCP_STRING: in strtoopt()
1088 case DHCP_STRING: in get_optval()