Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/net/dhcp/
H A Dscan.c128 DHCP_LAST_OPT); in dhcp_options_scan()
156 DHCP_LAST_OPT); in dhcp_options_scan()
160 DHCP_LAST_OPT); in dhcp_options_scan()
164 DHCP_LAST_OPT); in dhcp_options_scan()
166 DHCP_LAST_OPT); in dhcp_options_scan()
H A Ddhcp_impl.h128 DHCP_OPT *opts[DHCP_LAST_OPT + 1];
H A Ddhcpinfo.c59 if (code > DHCP_LAST_OPT) in dhcp_getinfo_pl()
/illumos-gate/usr/src/uts/common/netinet/
H A Ddhcp.h177 #define DHCP_LAST_OPT DHCP_END_SITE /* last op code */ macro
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_symbol.c52 DHCP_LAST_OPT },
53 { "Site", 4, DSYM_SITE, B_TRUE, DHCP_SITE_OPT, DHCP_LAST_OPT },
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.c1170 if (codenum > DHCP_LAST_OPT) in dhcp_get_ack_or_state()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c1000 bzero(pl->opts, (DHCP_LAST_OPT + 1) * sizeof (DHCP_OPT *)); in dhcpinit()