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

/illumos-gate/usr/src/common/net/dhcp/
H A Dscan.c183 * The 'oldopt' is a previous option pointer, and is typically used to iterate
194 const dhcpv6_option_t *oldopt, uint16_t codenum, uint_t *retlenp)
208 (oldopt != NULL && bp <= (const uchar_t *)oldopt)) {
229 dhcpv6_pkt_option(const PKT_LIST *plp, const dhcpv6_option_t *oldopt, argument
237 return (dhcpv6_find_option(d6m + 1, plp->len - sizeof (*d6m), oldopt,
193 dhcpv6_find_option(const void *buffer, size_t buflen, const dhcpv6_option_t *oldopt, uint16_t codenum, uint_t *retlenp) argument
/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, argument
920 (oldopt != NULL && bp <= (uchar_t *)oldopt)) {

Completed in 49 milliseconds