Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet6/
H A Ddest6.c120 optlen = ip6_unknown_opt(opt, dstoptlen, m, in dest6_input()
H A Dip6_var.h551 extern int ip6_unknown_opt(uint8_t * __counted_by(optplen) optp, size_t optplen, struct mbuf *, siz…
H A Dip6_input.c1729 optlen = ip6_unknown_opt(opt, hbhlen, m, in ip6_process_hopopts()
1752 ip6_unknown_opt(uint8_t *__counted_by(optplen) optp, size_t optplen, struct mbuf *m, size_t off) in ip6_unknown_opt() function