Searched refs:MAX_BLOCKSIZE (Results 1 – 6 of 6) sorted by relevance
240 #define MAX_BLOCKSIZE(max_snaplen) (sizeof (struct block_header) + \ macro903 ps->max_blocksize = MAX_BLOCKSIZE(MAXIMUM_SNAPLEN); in pcap_ng_check_header()1033 if (MAX_BLOCKSIZE(max_snaplen_for_dlt(p->linktype)) > ps->max_blocksize) in pcap_ng_check_header()1034 ps->max_blocksize = MAX_BLOCKSIZE(max_snaplen_for_dlt(p->linktype)); in pcap_ng_check_header()
136 public static final int MAX_BLOCKSIZE = 9; field in BZip2CompressorOutputStream341 .min((inputLength / 132000) + 1, 9) : MAX_BLOCKSIZE; in chooseBlockSize()357 this(out, MAX_BLOCKSIZE); in BZip2CompressorOutputStream()
376 #define MAX_BLOCKSIZE MB macro
119 snprintf(errstr, len, "block size too large (maximum = %d bytes)", MAX_BLOCKSIZE); in iperf_strerror()
1311 || blksize > MAX_BLOCKSIZE) { in iperf_parse_arguments()
259 … final int blockSize = numberOptionOrDefault(options, BZip2CompressorOutputStream.MAX_BLOCKSIZE); in encode()