Home
last modified time | relevance | path

Searched refs:ip6_unknown_opt (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/bsd/netinet6/
H A Ddest6.c123 optlen = ip6_unknown_opt(opt, dstoptlen, m, in dest6_input()
H A Dip6_var.h545 extern int ip6_unknown_opt(uint8_t * __counted_by(optplen) optp, size_t optplen, struct mbuf *, siz…
H A Dip6_input.c1758 optlen = ip6_unknown_opt(opt, hbhlen, m, in ip6_process_hopopts()
1781 ip6_unknown_opt(uint8_t *__counted_by(optplen) optp, size_t optplen, struct mbuf *m, size_t off) in ip6_unknown_opt() function