OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DHCP_NUM16
(Results
1 - 2
of
2
) sorted by null
/external/toybox/toys/pending/
dhcp.c
118
#define
DHCP_NUM16
(1<<9)
119
#define DHCP_NUM32
DHCP_NUM16
| DHCP_NUM8
213
{"mtu" ,
DHCP_NUM16
| 0x1a, NULL, 0},
221
{"bootsize" ,
DHCP_NUM16
| 0x0d, NULL, 0},
435
case
DHCP_NUM16
:
[
all
...]
dhcpd.c
84
#define
DHCP_NUM16
(1<<9)
85
#define DHCP_NUM32
DHCP_NUM16
| DHCP_NUM8
297
{"mtu" ,
DHCP_NUM16
| 0x1a, NULL, 0},
305
{"bootsize" ,
DHCP_NUM16
| 0x0d, NULL, 0},
591
case
DHCP_NUM16
:
[
all
...]
Completed in 34 milliseconds