Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dsf-pcapng.c247 #define MAX_BLOCKSIZE_FOR_SNAPLEN(max_snaplen) \ macro
1071 if (MAX_BLOCKSIZE_FOR_SNAPLEN(max_snaplen_for_dlt(p->linktype)) > ps->max_blocksize) in pcap_ng_check_header()
1072 ps->max_blocksize = MAX_BLOCKSIZE_FOR_SNAPLEN(max_snaplen_for_dlt(p->linktype)); in pcap_ng_check_header()