Home
last modified time | relevance | path

Searched refs:ip6_nexthdr (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.41.9/bsd/netinet6/
H A Dip6_var.h538 extern int ip6_nexthdr(struct mbuf *, int, int, int *);
H A Dip6_input.c2176 ip6_nexthdr(struct mbuf *m, int off, int proto, int *nxtp) in ip6_nexthdr() function
2268 newoff = ip6_nexthdr(m, off, proto, nxtp); in ip6_lasthdr()
H A Dah_core.c1507 newoff = ip6_nexthdr(m, off, proto, &nxt); in ah6_calccksum()
/xnu-8792.41.9/bsd/net/
H A Dif_bridge.c4305 newoff = ip6_nexthdr(m, off, proto, nxtp);