Searched refs:DHCP_IP (Results 1 – 2 of 2) sorted by relevance
/external/toybox/toys/pending/ |
D | dhcpd.c | 65 #define DHCP_IP (1<<12) macro 73 #define DHCP_OPT_REQUESTED_IP DHCP_IP | 0x32 // sent by client if specific IP is wanted 77 #define DHCP_OPT_SERVER_ID DHCP_IP | 0x36 // by default server's IP 178 {"subnet" , DHCP_IP | 0x01, NULL, 0}, 179 {"broadcast" , DHCP_IP | 0x1c, NULL, 0}, 180 {"router" , DHCP_IP | 0x03, NULL, 0}, 193 {"serverid" , DHCP_IP | 0x36, NULL, 0}, 202 {"swapsrv" , DHCP_IP | 0x10, NULL, 0}, 449 case DHCP_IP: in strtoopt() 766 case DHCP_IP: in get_optval()
|
D | dhcp.c | 125 #define DHCP_IP (1<<12) macro 212 {"subnet" , DHCP_IP | 0x01, NULL, 0}, 213 {"broadcast" , DHCP_IP | 0x1c, NULL, 0}, 214 {"router" , DHCP_IP | 0x03, NULL, 0}, 227 {"serverid" , DHCP_IP | 0x36, NULL, 0}, 236 {"swapsrv" , DHCP_IP | 0x10, NULL, 0}, 453 case DHCP_IP: in strtoopt() 1124 case DHCP_IP: in dhcpc_parseoptions()
|