Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dip6_var.h547 extern int ip6_nexthdr(struct mbuf *, int, int, int *);
H A Dah_core.c826 newoff = ip6_nexthdr(m, off, proto, &nxt); in ah6_calccksum()
H A Dip6_input.c2246 ip6_nexthdr(struct mbuf *m, int off, int proto, int *nxtp) in ip6_nexthdr() function
2338 newoff = ip6_nexthdr(m, off, proto, nxtp); in ip6_lasthdr()
/xnu-12377.81.4/bsd/net/
H A Dif_bridge.c4622 newoff = ip6_nexthdr(m, off, proto, nxtp);