Searched defs:OPTION_END (Results 1 - 4 of 4) sorted by relevance

/external/dnsmasq/contrib/wrt/
H A Ddhcp_lease_time.c49 #define OPTION_END 255 macro
73 while (*p != OPTION_END)
93 return opt == OPTION_END ? p : NULL;
170 *(p++) = OPTION_END;
H A Ddhcp_release.c58 #define OPTION_END 255 macro
317 *(p++) = OPTION_END;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-options.h9 OPTION_END, enumerator in enum:parse_opt_type
48 * holds the type of the option, you must have an OPTION_END last in your
66 * Must never be NULL (except for OPTION_END).
101 #define OPT_END() { .type = OPTION_END }
/external/dnsmasq/src/
H A Drfc2131.c57 #define OPTION_END 255 macro
206 unsigned char *last_opt = option_find(mess, sz, OPTION_END, 0);
828 req_options[option_len(opt)] = OPTION_END;
1418 while (*start != OPTION_END)
1454 else if (*p == OPTION_END)
1455 return opt == OPTION_END ? p : NULL;
1591 *dhcp_skip_opts(mess->file) = OPTION_END;
1600 *dhcp_skip_opts(mess->sname) = OPTION_END;
1608 *p++ = OPTION_END;
1753 for (i = 0; list[i] != OPTION_END;
[all...]

Completed in 483 milliseconds