Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dsf-pcapng.c228 u_int max_blocksize; /* don't grow buffer size past this */ member
335 if (bhdr.total_length > ps->max_blocksize) { in read_block()
337 ps->max_blocksize); in read_block()
937 ps->max_blocksize = INITIAL_MAX_BLOCKSIZE; in pcap_ng_check_header()
1069 if (MAX_BLOCKSIZE_FOR_SNAPLEN(max_snaplen_for_dlt(p->linktype)) > ps->max_blocksize) in pcap_ng_check_header()
1070 ps->max_blocksize = MAX_BLOCKSIZE_FOR_SNAPLEN(max_snaplen_for_dlt(p->linktype)); in pcap_ng_check_header()