Searched refs:DHCP_STRING (Results 1 – 4 of 4) sorted by relevance
/external/toybox/toys/pending/ |
D | dhcp.c | 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() [all …]
|
D | dhcpd.c | 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}, [all …]
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | dhcp.h | 443 #define DHCP_STRING( ... ) DHCP_OPTION ( __VA_ARGS__ ) macro
|
/external/syslinux/gpxe/src/net/udp/ |
D | dhcp.c | 80 DHCP_STRING ( 'P', 'X', 'E', 'C', 'l', 'i', 'e', 'n', 't', ':', 84 DHCP_STRING ( 'g', 'P', 'X', 'E' ),
|