Searched refs:MAX_BLOCKSIZE_FOR_SNAPLEN (Results 1 – 1 of 1) sorted by relevance
245 #define MAX_BLOCKSIZE_FOR_SNAPLEN(max_snaplen) \ macro1055 if (MAX_BLOCKSIZE_FOR_SNAPLEN(max_snaplen_for_dlt(p->linktype)) > ps->max_blocksize) in pcap_ng_check_header()1056 ps->max_blocksize = MAX_BLOCKSIZE_FOR_SNAPLEN(max_snaplen_for_dlt(p->linktype)); in pcap_ng_check_header()