Searched refs:optcat (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/common/net/dhcp/ |
H A D | dhcpinfo.c | 53 dhcp_getinfo_pl(PKT_LIST *pl, uchar_t optcat, uint16_t code, uint16_t optsize, in dhcp_getinfo_pl() argument 60 if (optcat == DSYM_STANDARD) { in dhcp_getinfo_pl() 75 } else if (optcat == DSYM_VENDOR) { in dhcp_getinfo_pl() 90 } else if (optcat == DSYM_FIELD) { in dhcp_getinfo_pl()
|
/titanic_41/usr/src/lib/libwanboot/common/ |
H A D | bootinfo_aux.c | 515 bi_get_dhcp_info(uchar_t optcat, uint16_t optcode, uint16_t optsize, in bi_get_dhcp_info() argument 519 optcat, optcode, optsize, valbuf, vallenp)); in bi_get_dhcp_info()
|
/titanic_41/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()
|