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

/freebsd-10.3-release/sys/netinet6/
H A Dip6_var.h395 int ip6_lasthdr(struct mbuf *, int, int, int *);
H A Dip6_input.c1804 ip6_lasthdr(struct mbuf *m, int off, int proto, int *nxtp) function
H A Dicmp6.c315 off = ip6_lasthdr(m, 0, IPPROTO_IPV6, &nxt);
/freebsd-10.3-release/sys/netipsec/
H A Dipsec.c719 off = ip6_lasthdr(m, 0, IPPROTO_IPV6, &nxt);
/freebsd-10.3-release/sys/dev/virtio/network/
H A Dif_vtnet.c1527 offset = ip6_lasthdr(m, ip_start, IPPROTO_IPV6, &proto);
2007 *start = ip6_lasthdr(m, offset, IPPROTO_IPV6, proto);
/freebsd-10.3-release/sys/dev/mxge/
H A Dif_mxge.c1825 pi->ip_hlen = ip6_lasthdr(m, pi->ip_off, IPPROTO_IPV6, &nxt);
2524 cksum_offset = ip6_lasthdr(m, ETHER_HDR_LEN,
/freebsd-10.3-release/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c2672 *start = ip6_lasthdr(m, offset, IPPROTO_IPV6, proto);

Completed in 150 milliseconds