Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/net/
H A Dbpf.h1447 #define BPF_MIN_PKT_SIZE 40 macro
H A Dbpf.c3778 ethlen = MIN(BPF_MIN_PKT_SIZE, remaining_caplen); in get_ether_trunc_len()
3843 out_pkt_len = MIN(BPF_MIN_PKT_SIZE, in_pkt_len); in get_pkt_trunc_len()