Searched refs:ip6_lasthdr (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/netinet6/
H A Dip6_var.h395 int ip6_lasthdr(struct mbuf *, int, int, int *);
H A Dip6_input.c1822 ip6_lasthdr(struct mbuf *m, int off, int proto, int *nxtp) function
H A Dicmp6.c316 off = ip6_lasthdr(m, 0, IPPROTO_IPV6, &nxt);
/freebsd-9.3-release/sys/netipsec/
H A Dipsec.c715 off = ip6_lasthdr(m, 0, IPPROTO_IPV6, &nxt);
/freebsd-9.3-release/sys/dev/virtio/network/
H A Dif_vtnet.c1524 offset = ip6_lasthdr(m, ip_start, IPPROTO_IPV6, &proto);
1960 *start = ip6_lasthdr(m, offset, IPPROTO_IPV6, proto);
/freebsd-9.3-release/sys/dev/mxge/
H A Dif_mxge.c1824 pi->ip_hlen = ip6_lasthdr(m, pi->ip_off, IPPROTO_IPV6, &nxt);
2523 cksum_offset = ip6_lasthdr(m, ETHER_HDR_LEN,

Completed in 218 milliseconds