OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DHCP_STCRTS
(Results
1 - 2
of
2
) sorted by null
/external/toybox/toys/pending/
dhcp.c
125
#define
DHCP_STCRTS
(1<<15)
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
:
[
all
...]
dhcpd.c
91
#define
DHCP_STCRTS
(1<<15)
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
:
[
all
...]
Completed in 156 milliseconds