Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/ !
H A Dbpf.c3770 get_proto_trunc_len(uint8_t proto, struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_c… in get_proto_trunc_len() function
3846 iplen += get_proto_trunc_len(proto, pkt, off + iplen, remaining_caplen - iplen); in get_ip_trunc_len()
3876 iplen += get_proto_trunc_len(proto, pkt, off + iplen, remaining_caplen - iplen); in get_ip6_trunc_len()