Searched refs:DHCP_IP (Results 1 - 2 of 2) sorted by relevance
/external/toybox/toys/pending/ |
H A D | dhcp.c | 122 #define DHCP_IP (1<<12) macro 209 {"subnet" , DHCP_IP | 0x01, NULL, 0}, 210 {"broadcast" , DHCP_IP | 0x1c, NULL, 0}, 211 {"router" , DHCP_IP | 0x03, NULL, 0}, 224 {"serverid" , DHCP_IP | 0x36, NULL, 0}, 233 {"swapsrv" , DHCP_IP | 0x10, NULL, 0}, 450 case DHCP_IP: 1126 case DHCP_IP:
|
H A D | dhcpd.c | 88 #define DHCP_IP (1<<12) macro 96 #define DHCP_OPT_REQUESTED_IP DHCP_IP | 0x32 // sent by client if specific IP is wanted 100 #define DHCP_OPT_SERVER_ID DHCP_IP | 0x36 // by default server's IP 293 {"subnet" , DHCP_IP | 0x01, NULL, 0}, 294 {"broadcast" , DHCP_IP | 0x1c, NULL, 0}, 295 {"router" , DHCP_IP | 0x03, NULL, 0}, 308 {"serverid" , DHCP_IP | 0x36, NULL, 0}, 317 {"swapsrv" , DHCP_IP | 0x10, NULL, 0}, 603 case DHCP_IP: 1073 case DHCP_IP [all...] |
Completed in 761 milliseconds