Home
last modified time | relevance | path

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

/dports/dns/dnsjava/dnsjava-2.1.9/tests/org/xbill/DNS/
H A DOPTRecordTest.java9 private static final int DEFAULT_PAYLOAD_SIZE = 1024; field in OPTRecordTest
12 final OPTRecord optRecordOne = new OPTRecord(DEFAULT_PAYLOAD_SIZE, DEFAULT_EDNS_RCODE, 0); in testForNoEqualityWithDifferentEDNS_Versions()
13 final OPTRecord optRecordTwo = new OPTRecord(DEFAULT_PAYLOAD_SIZE, DEFAULT_EDNS_RCODE, 1); in testForNoEqualityWithDifferentEDNS_Versions()
18 final OPTRecord optRecordOne = new OPTRecord(DEFAULT_PAYLOAD_SIZE, 0, DEFAULT_EDNS_VERSION); in testForNoEqualityWithDifferentEDNS_RCodes()
19 final OPTRecord optRecordTwo = new OPTRecord(DEFAULT_PAYLOAD_SIZE, 1, DEFAULT_EDNS_VERSION); in testForNoEqualityWithDifferentEDNS_RCodes()
24 …final OPTRecord optRecordOne = new OPTRecord(DEFAULT_PAYLOAD_SIZE, DEFAULT_EDNS_RCODE, DEFAULT_EDN… in testForEquality()
25 …final OPTRecord optRecordTwo = new OPTRecord(DEFAULT_PAYLOAD_SIZE, DEFAULT_EDNS_RCODE, DEFAULT_EDN… in testForEquality()
/dports/net/multicat/multicat-2.3/
H A Dingests.c48 static size_t i_ts_in_payload = DEFAULT_PAYLOAD_SIZE / TS_SIZE;
193 unsigned int i_payload_size = DEFAULT_PAYLOAD_SIZE; in main()
H A Dmulticat_validate.c46 static size_t i_asked_payload_size = DEFAULT_PAYLOAD_SIZE;
H A Dutil.h38 #define DEFAULT_PAYLOAD_SIZE 1316 macro
H A Daggregartp.c65 static size_t i_asked_payload_size = DEFAULT_PAYLOAD_SIZE;
H A Dreordertp.c82 static size_t i_asked_payload_size = DEFAULT_PAYLOAD_SIZE;
H A Dmulticat.c82 static size_t i_asked_payload_size = DEFAULT_PAYLOAD_SIZE;
H A Dutil.c1050 if ( i_payload_size != DEFAULT_PAYLOAD_SIZE ) in GetAuxFile()