OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DHCP_OPTION_LEN
(Results
1 - 2
of
2
) sorted by null
/external/dhcpcd/
dhcpcd_test.cpp
45
#define
DHCP_OPTION_LEN
(MTU_MAX - DHCP_FIXED_LEN)
66
uint8_t options[
DHCP_OPTION_LEN
]; /* message options - cookie */
dhcp.h
134
#define
DHCP_OPTION_LEN
(MTU_MAX - DHCP_FIXED_LEN)
155
uint8_t options[
DHCP_OPTION_LEN
]; /* message options - cookie */
Completed in 605 milliseconds