Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dbpf.c3226 struct ip6_hdr ip6hdr; in get_ip6_trunc_len() local
3227 err = bpf_copydata(pkt, off, sizeof(struct ip6_hdr), &ip6hdr); in get_ip6_trunc_len()
3237 proto = ip6hdr.ip6_nxt; in get_ip6_trunc_len()