Home
last modified time | relevance | path

Searched refs:CD_OPTION_OVERLOAD (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/net/dhcp/
H A Dscan.c148 if (pl->opts[CD_OPTION_OVERLOAD]) { in dhcp_options_scan()
149 if (pl->opts[CD_OPTION_OVERLOAD]->len != 1) { in dhcp_options_scan()
150 pl->opts[CD_OPTION_OVERLOAD] = NULL; in dhcp_options_scan()
153 switch (*pl->opts[CD_OPTION_OVERLOAD]->value) { in dhcp_options_scan()
169 pl->opts[CD_OPTION_OVERLOAD] = NULL; in dhcp_options_scan()
/illumos-gate/usr/src/uts/common/netinet/
H A Ddhcp.h116 #define CD_OPTION_OVERLOAD 52 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c520 case CD_OPTION_OVERLOAD: in show_options()
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c562 if (wk->opts[CD_OPTION_OVERLOAD] == NULL) { in select_best()