Home
last modified time | relevance | path

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

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