OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPTION_MESSAGE_TYPE
(Results
1 - 3
of
3
) sorted by null
/external/dnsmasq/contrib/wrt/
dhcp_lease_time.c
48
#define
OPTION_MESSAGE_TYPE
53
166
*(p++) =
OPTION_MESSAGE_TYPE
;
dhcp_release.c
57
#define
OPTION_MESSAGE_TYPE
53
300
*(p++) =
OPTION_MESSAGE_TYPE
;
/external/dnsmasq/src/
rfc2131.c
40
#define
OPTION_MESSAGE_TYPE
53
165
if ((opt = option_find(mess, sz,
OPTION_MESSAGE_TYPE
, 1)))
760
option_put(mess, end,
OPTION_MESSAGE_TYPE
, 1, DHCPACK);
807
option_put(mess, end,
OPTION_MESSAGE_TYPE
, 1,
955
option_put(mess, end,
OPTION_MESSAGE_TYPE
, 1, DHCPOFFER);
[
all
...]
Completed in 767 milliseconds