Searched refs:DHCP_IPLIST (Results 1 – 2 of 2) sorted by relevance
/external/toybox/toys/pending/ |
D | dhcp.c | 123 #define DHCP_IPLIST (1<<13) macro 228 {"dns" , DHCP_IPLIST | 0x06, NULL, 0}, 229 {"wins" , DHCP_IPLIST | 0x2c, NULL, 0}, 230 {"nissrv" , DHCP_IPLIST | 0x29, NULL, 0}, 231 {"ntpsrv" , DHCP_IPLIST | 0x2a, NULL, 0}, 232 {"lprsrv" , DHCP_IPLIST | 0x09, NULL, 0}, 459 case DHCP_IPLIST: in strtoopt() 1138 case DHCP_IPLIST: in dhcpc_parseoptions()
|
D | dhcpd.c | 89 #define DHCP_IPLIST (1<<13) macro 312 {"dns" , DHCP_IPLIST | 0x06, NULL, 0}, 313 {"wins" , DHCP_IPLIST | 0x2c, NULL, 0}, 314 {"nissrv" , DHCP_IPLIST | 0x29, NULL, 0}, 315 {"ntpsrv" , DHCP_IPLIST | 0x2a, NULL, 0}, 316 {"lprsrv" , DHCP_IPLIST | 0x09, NULL, 0}, 612 case DHCP_IPLIST: in strtoopt()
|