Home
last modified time | relevance | path

Searched refs:DHCP_STCRTS (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/pending/
Ddhcp.c125 #define DHCP_STCRTS (1<<15) macro
234 {"routes" , DHCP_STCRTS | 0x21, NULL, 0},
235 {"staticroutes" , DHCP_STCRTS | 0x79, NULL, 0},
236 {"msstaticroutes" , DHCP_STCRTS | 0xf9, NULL, 0},
470 case DHCP_STCRTS: in strtoopt()
1154 case DHCP_STCRTS: in dhcpc_parseoptions()
Ddhcpd.c91 #define DHCP_STCRTS (1<<15) macro
318 {"routes" , DHCP_STCRTS | 0x21, NULL, 0},
319 {"staticroutes" , DHCP_STCRTS | 0x79, NULL, 0},
320 {"msstaticroutes" , DHCP_STCRTS | 0xf9, NULL, 0},
622 case DHCP_STCRTS: in strtoopt()