Searched refs:ip6_nexthdr (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/bsd/netinet6/ |
| H A D | ip6_var.h | 538 extern int ip6_nexthdr(struct mbuf *, int, int, int *);
|
| H A D | ip6_input.c | 2176 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 D | ah_core.c | 1507 newoff = ip6_nexthdr(m, off, proto, &nxt); in ah6_calccksum()
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | if_bridge.c | 4305 newoff = ip6_nexthdr(m, off, proto, nxtp);
|