OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPTION_END
(Results
1 - 2
of
2
) sorted by null
/external/dnsmasq/src/
rfc2131.c
57
#define
OPTION_END
255
194
unsigned char* last_opt = option_find(mess, sz,
OPTION_END
, 0);
737
req_options[option_len(opt)] =
OPTION_END
;
[
all
...]
/external/autotest/client/cros/
dhcp_packet.py
358
OPTION_END
= 255
662
while offset < len(byte_str) and ord(byte_str[offset]) !=
OPTION_END
:
772
data.append(chr(
OPTION_END
))
Completed in 423 milliseconds