Home
last modified time | relevance | path

Searched refs:dhcp_options (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/sbin/dhclient/
HDoptions.c151 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 …]
HDtables.c67 struct option dhcp_options[256] = { variable
438 dhcp_universe.options[i] = &dhcp_options[i]; in initialize_universes()
440 (const unsigned char *)dhcp_options[i].name, 0, in initialize_universes()
441 (unsigned char *)&dhcp_options[i]); in initialize_universes()
HDdhcpd.h332 extern struct option dhcp_options[256];
HDdhclient.c1975 dhcp_options[i].name, in write_client_lease()
2127 dhcp_options[i].name); in priv_script_write_params()
2155 dhcp_options[i].name); in priv_script_write_params()
2189 &dhcp_options[i])) in priv_script_write_params()
HDclparse.c362 if (!strcasecmp(dhcp_options[i].name, val)) in parse_option_list()
/freebsd-11-stable/contrib/wpa/src/common/
HDdhcp.h83 enum dhcp_options { enum
/freebsd-11-stable/tools/bus_space/examples/
HDam79c900_diag.py284 pkt.dhcp_options[i] = options[i]