Searched refs:dhcp_options (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/sbin/dhclient/
H A Doptions.c151 dhcp_options[code].name, len,
172 dhcp_options[code].name);
190 dhcp_options[code].name);
561 if (terminate && dhcp_options[code].format[0] == 't') {
646 for (i = 0; dhcp_options[code].format[i]; i++) {
649 dhcp_options[code].name,
650 &(dhcp_options[code].format[i]));
654 fmtbuf[i] = dhcp_options[code].format[i];
655 switch (dhcp_options[code].format[i]) {
700 dhcp_options[cod
[all...]
H A Dtables.c67 struct option dhcp_options[256] = { variable in typeref:struct:option
438 dhcp_universe.options[i] = &dhcp_options[i];
440 (unsigned char *)dhcp_options[i].name, 0,
441 (unsigned char *)&dhcp_options[i]);
H A Ddhcpd.h329 extern struct option dhcp_options[256];
H A Dclparse.c360 if (!strcasecmp(dhcp_options[i].name, val))
H A Ddhclient.c1921 dhcp_options[i].name,
2072 dhcp_options[i].name);
2100 dhcp_options[i].name);
2134 &dhcp_options[i]))

Completed in 54 milliseconds