Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dip6.h366 #define IP6_EXT_LEN(ext) \ macro
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_output.c3336 return sooptcopyout(sopt, (struct ip6_rthdr *__indexable)pktopt->ip6po_hbh, IP6_EXT_LEN(ip6e)); in ip6_getpcbopt()
3342 return sooptcopyout(sopt, (struct ip6_rthdr *__indexable)pktopt->ip6po_rthdr, IP6_EXT_LEN(ip6e)); in ip6_getpcbopt()
3348 return sooptcopyout(sopt, (struct ip6_dest *__indexable)pktopt->ip6po_dest1, IP6_EXT_LEN(ip6e)); in ip6_getpcbopt()
3354 return sooptcopyout(sopt, (struct ip6_dest *__indexable)pktopt->ip6po_dest2, IP6_EXT_LEN(ip6e)); in ip6_getpcbopt()