Searched refs:ip6_nexthdr (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.101.15/bsd/netinet6/ |
| H A D | ip6_var.h | 543 extern int ip6_nexthdr(struct mbuf *, int, int, int *);
|
| H A D | ip6_input.c | 2177 ip6_nexthdr(struct mbuf *m, int off, int proto, int *nxtp) in ip6_nexthdr() function 2269 newoff = ip6_nexthdr(m, off, proto, nxtp); in ip6_lasthdr()
|
| H A D | ah_core.c | 1058 newoff = ip6_nexthdr(m, off, proto, &nxt); in ah6_calccksum()
|
| /xnu-10063.101.15/bsd/net/ |
| H A D | if_bridge.c | 4435 newoff = ip6_nexthdr(m, off, proto, nxtp);
|