Searched refs:oldopt (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/common/net/dhcp/ |
H A D | scan.c | 194 const dhcpv6_option_t *oldopt, uint16_t codenum, uint_t *retlenp) in dhcpv6_find_option() argument 208 (oldopt != NULL && bp <= (const uchar_t *)oldopt)) { in dhcpv6_find_option() 229 dhcpv6_pkt_option(const PKT_LIST *plp, const dhcpv6_option_t *oldopt, in dhcpv6_pkt_option() argument 237 return (dhcpv6_find_option(d6m + 1, plp->len - sizeof (*d6m), oldopt, in dhcpv6_pkt_option()
|
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 905 get_dhcpv6_option(void *buf, size_t buflen, dhcpv6_option_t *oldopt, in get_dhcpv6_option() argument 920 (oldopt != NULL && bp <= (uchar_t *)oldopt)) { in get_dhcpv6_option()
|