Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/net/dhcp/
H A Dscan.c192 const dhcpv6_option_t *oldopt, uint16_t codenum, uint_t *retlenp) in dhcpv6_find_option() argument
206 (oldopt != NULL && bp <= (const uchar_t *)oldopt)) { in dhcpv6_find_option()
227 dhcpv6_pkt_option(const PKT_LIST *plp, const dhcpv6_option_t *oldopt, in dhcpv6_pkt_option() argument
235 return (dhcpv6_find_option(d6m + 1, plp->len - sizeof (*d6m), oldopt, in dhcpv6_pkt_option()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c905 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()