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