Home
last modified time | relevance | path

Searched refs:ip6hdr (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/bsd/net/
H A Dbpf.c3731 struct ip6_hdr ip6hdr; in get_ip6_trunc_len() local
3732 err = bpf_copydata(pkt, off, sizeof(struct ip6_hdr), &ip6hdr); in get_ip6_trunc_len()
3742 proto = ip6hdr.ip6_nxt; in get_ip6_trunc_len()
H A Dif_bridge.c7690 struct ip6_hdr ip6hdr;
7701 error = mbuf_copydata(m, offset, sizeof(struct ip6_hdr), &ip6hdr);
7709 if (ip6hdr.ip6_nxt != IPPROTO_TCP &&
7710 ip6hdr.ip6_nxt != IPPROTO_UDP &&
7711 ip6hdr.ip6_nxt != IPPROTO_ICMPV6) {