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

/openbsd-current/usr.sbin/dhcpd/
H A Dtables.c78 struct option dhcp_options[256] = { variable in typeref:struct:option
707 dhcp_universe.options[i] = &dhcp_options[i];
709 (unsigned char *)dhcp_options[i].name, 0,
710 (unsigned char *)&dhcp_options[i]);
H A Doptions.c155 dhcp_options[code].name, len,
179 dhcp_options[code].name);
197 dhcp_options[code].name);
484 } else if (terminate && dhcp_options[code].format[0] == 't') {
H A Ddhcpd.h463 extern struct option dhcp_options[256];
/openbsd-current/sbin/dhclient/
H A Doptions.c93 } dhcp_options[DHO_COUNT] = { variable in typeref:struct:__anon3
361 if (dhcp_options[code].name != NULL)
362 return dhcp_options[code].name;
378 if (dhcp_options[code].name == NULL) {
385 } else if (strcasecmp(dhcp_options[code].name, name) == 0) {
399 if (dhcp_options[code].format == NULL)
402 return dhcp_options[code].format;

Completed in 122 milliseconds