Searched refs:optcat (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/common/net/dhcp/ |
H A D | dhcpinfo.c | 51 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 D | dhcpv4.c | 1238 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()
|