Searched refs:OPTION_END (Results 1 – 6 of 6) sorted by relevance
49 #define OPTION_END 255 macro73 while (*p != OPTION_END) in option_find1()93 return opt == OPTION_END ? p : NULL; in option_find1()170 *(p++) = OPTION_END; in main()
58 #define OPTION_END 255 macro317 *(p++) = OPTION_END; in main()
57 case OPTION_END: in get_value()178 case OPTION_END: in get_value()188 for (; options->type != OPTION_END; options++) { in parse_short_opt()207 for (; options->type != OPTION_END; options++) { in parse_long_opt()292 for (; options->type != OPTION_END; options++) { in check_typos()456 for (; opts->type != OPTION_END; opts++) { in usage_with_options_internal()519 case OPTION_END: in usage_with_options_internal()
19 OPTION_END, enumerator111 #define OPT_END() { .type = OPTION_END }
57 #define OPTION_END 255 macro206 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 …]
491 req_options[option_len(opt)] = OPTION_END;