Searched refs:dhcp_options (Results 1 – 6 of 6) 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()561 if (terminate && dhcp_options[code].format[0] == 't') { in store_options()646 for (i = 0; dhcp_options[code].format[i]; i++) { in pretty_print_option()649 dhcp_options[code].name, in pretty_print_option()650 &(dhcp_options[code].format[i])); in pretty_print_option()654 fmtbuf[i] = dhcp_options[code].format[i]; in pretty_print_option()655 switch (dhcp_options[code].format[i]) { in pretty_print_option()700 dhcp_options[code].name, in pretty_print_option()[all …]
67 struct option dhcp_options[256] = { variable438 dhcp_universe.options[i] = &dhcp_options[i]; in initialize_universes()440 (unsigned char *)dhcp_options[i].name, 0, in initialize_universes()441 (unsigned char *)&dhcp_options[i]); in initialize_universes()
329 extern struct option dhcp_options[256];
1919 dhcp_options[i].name, in write_client_lease()2070 dhcp_options[i].name); in priv_script_write_params()2098 dhcp_options[i].name); in priv_script_write_params()2132 &dhcp_options[i])) in priv_script_write_params()
360 if (!strcasecmp(dhcp_options[i].name, val)) in parse_option_list()
284 pkt.dhcp_options[i] = options[i]