Home
last modified time | relevance | path

Searched refs:optcat (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/net/dhcp/
H A Ddhcpinfo.c51 dhcp_getinfo_pl(PKT_LIST *pl, uchar_t optcat, uint16_t code, uint16_t optsize, in dhcp_getinfo_pl() argument
58 if (optcat == DSYM_STANDARD) { in dhcp_getinfo_pl()
73 } else if (optcat == DSYM_VENDOR) { in dhcp_getinfo_pl()
88 } else if (optcat == DSYM_FIELD) { in dhcp_getinfo_pl()
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c1238 dhcp_getinfo(uchar_t optcat, uint16_t code, uint16_t optsize, void *value, in dhcp_getinfo() argument
1243 if (dhcp_getinfo_pl(state_pl, optcat, code, in dhcp_getinfo()