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.c230 u_int max_blocksize; /* don't grow buffer size past this */ member
337 if (bhdr.total_length > ps->max_blocksize) { in read_block()
339 ps->max_blocksize); in read_block()
939 ps->max_blocksize = INITIAL_MAX_BLOCKSIZE; in pcap_ng_check_header()
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()