Searched defs:get_dhcpv6_option (Results 1 - 1 of 1) sorted by relevance

/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, function
943 d6o = get_dhcpv6_option(&dh6[1], end - (uchar_t *)&dh6[1], NULL,
974 while ((d6o = get_dhcpv6_option(&dh6[1], end - (uchar_t *)&dh6[1],
989 while ((d6so = get_dhcpv6_option(obase, olen, d6so,
1059 d6o = get_dhcpv6_option(&dh6[1], end - (uchar_t *)&dh6[1], NULL,
2085 d6o = get_dhcpv6_option(&dh6[1], end - (uchar_t *)&dh6[1], NULL,

Completed in 50 milliseconds