Searched refs:dhcp_options (Results 1 – 7 of 7) sorted by relevance
151 dhcp_options[code].name, len, in parse_option_buffer()172 dhcp_options[code].name); in parse_option_buffer()190 dhcp_options[code].name); in parse_option_buffer()568 if (terminate && dhcp_options[code].format[0] == 't') { in store_options()653 for (i = 0; dhcp_options[code].format[i]; i++) { in pretty_print_option()656 dhcp_options[code].name, in pretty_print_option()657 &(dhcp_options[code].format[i])); in pretty_print_option()661 fmtbuf[i] = dhcp_options[code].format[i]; in pretty_print_option()662 switch (dhcp_options[code].format[i]) { in pretty_print_option()707 dhcp_options[code].name, in pretty_print_option()[all …]
67 struct option dhcp_options[256] = { variable440 dhcp_universe.options[i] = &dhcp_options[i]; in initialize_universes()442 (const unsigned char *)dhcp_options[i].name, 0, in initialize_universes()443 (unsigned char *)&dhcp_options[i]); in initialize_universes()
337 extern struct option dhcp_options[256];
2044 dhcp_options[i].name, in write_client_lease()2196 dhcp_options[i].name); in priv_script_write_params()2224 dhcp_options[i].name); in priv_script_write_params()2258 &dhcp_options[i])) in priv_script_write_params()
366 if (!strcasecmp(dhcp_options[i].name, val)) in parse_option_list()
85 enum dhcp_options { enum
283 pkt.dhcp_options[i] = options[i]