OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPTION_END
(Results
1 - 5
of
5
) sorted by null
/external/dnsmasq/contrib/wrt/
dhcp_lease_time.c
49
#define
OPTION_END
255
73
while (*p !=
OPTION_END
)
93
return opt ==
OPTION_END
? p : NULL;
170
*(p++) =
OPTION_END
;
dhcp_release.c
58
#define
OPTION_END
255
317
*(p++) =
OPTION_END
;
/external/linux-tools-perf/util/
parse-options.c
57
case
OPTION_END
:
178
case
OPTION_END
:
188
for (; options->type !=
OPTION_END
; options++) {
207
for (; options->type !=
OPTION_END
; options++) {
292
for (; options->type !=
OPTION_END
; options++) {
456
for (; opts->type !=
OPTION_END
; opts++) {
519
case
OPTION_END
:
parse-options.h
19
OPTION_END
,
58
* holds the type of the option, you must have an
OPTION_END
last in your
76
* Must never be NULL (except for
OPTION_END
).
111
#define OPT_END() { .type =
OPTION_END
}
/external/dnsmasq/src/
rfc2131.c
57
#define
OPTION_END
255
206
unsigned char *last_opt = option_find(mess, sz,
OPTION_END
, 0);
828
req_options[option_len(opt)] =
OPTION_END
;
[
all
...]
Completed in 141 milliseconds