Lines Matching refs:DHCP_STRING
120 #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()
1133 case DHCP_STRING: in dhcpc_parseoptions()