Home
last modified time | relevance | path

Searched refs:OPTION_END (Results 1 – 6 of 6) sorted by relevance

/external/dnsmasq/contrib/wrt/
Ddhcp_lease_time.c49 #define OPTION_END 255 macro
73 while (*p != OPTION_END) in option_find1()
93 return opt == OPTION_END ? p : NULL; in option_find1()
170 *(p++) = OPTION_END; in main()
Ddhcp_release.c58 #define OPTION_END 255 macro
317 *(p++) = OPTION_END; in main()
/external/linux-tools-perf/src/tools/perf/util/
Dparse-options.c58 case OPTION_END: in get_value()
179 case OPTION_END: in get_value()
189 for (; options->type != OPTION_END; options++) { in parse_short_opt()
208 for (; options->type != OPTION_END; options++) { in parse_long_opt()
293 for (; options->type != OPTION_END; options++) { in check_typos()
428 while (options->type != OPTION_END) { in parse_options()
467 for (; opts->type != OPTION_END; opts++) { in usage_with_options_internal()
530 case OPTION_END: in usage_with_options_internal()
Dparse-options.h9 OPTION_END, enumerator
101 #define OPT_END() { .type = OPTION_END }
/external/dnsmasq/src/
Drfc2131.c57 #define OPTION_END 255 macro
206 unsigned char *last_opt = option_find(mess, sz, OPTION_END, 0); in dhcp_reply()
828 req_options[option_len(opt)] = OPTION_END; in dhcp_reply()
1418 while (*start != OPTION_END) in log_options()
1454 else if (*p == OPTION_END) in option_find1()
1455 return opt == OPTION_END ? p : NULL; in option_find1()
1591 *dhcp_skip_opts(mess->file) = OPTION_END; in dhcp_packet_size()
1600 *dhcp_skip_opts(mess->sname) = OPTION_END; in dhcp_packet_size()
1608 *p++ = OPTION_END; in dhcp_packet_size()
1753 for (i = 0; list[i] != OPTION_END; i++) in in_list()
[all …]
/external/dnsmasq/contrib/lease-access/
Dlease.access.patch491 req_options[option_len(opt)] = OPTION_END;