Home
last modified time | relevance | path

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

/external/smack/src/org/xbill/DNS/
DSRVRecord.java44 this.priority = checkU16("priority", priority); in SRVRecord()
45 this.weight = checkU16("weight", weight); in SRVRecord()
46 this.port = checkU16("port", port); in SRVRecord()
DTSIGRecord.java61 this.fudge = checkU16("fudge", fudge); in TSIGRecord()
63 this.originalID = checkU16("originalID", originalID); in TSIGRecord()
64 this.error = checkU16("error", error); in TSIGRecord()
DOPTRecord.java53 checkU16("payloadSize", payloadSize); in OPTRecord()
56 checkU16("flags", flags); in OPTRecord()
DNAPTRRecord.java47 this.order = checkU16("order", order); in NAPTRRecord()
48 this.preference = checkU16("preference", preference); in NAPTRRecord()
DCERTRecord.java132 this.certType = checkU16("certType", certType); in CERTRecord()
133 this.keyTag = checkU16("keyTag", keyTag); in CERTRecord()
DTKEYRecord.java72 this.mode = checkU16("mode", mode); in TKEYRecord()
73 this.error = checkU16("error", error); in TKEYRecord()
DU16NameBase.java34 this.u16Field = checkU16(u16Description, u16Field); in U16NameBase()
DPXRecord.java40 this.preference = checkU16("preference", preference); in PXRecord()
DDLVRecord.java49 this.footprint = checkU16("footprint", footprint); in DLVRecord()
DDSRecord.java62 this.footprint = checkU16("footprint", footprint); in DSRecord()
DNSEC3PARAMRecord.java53 this.iterations = checkU16("iterations", iterations); in NSEC3PARAMRecord()
DEDNSOption.java65 this.code = Record.checkU16("code", code); in EDNSOption()
DKEYBase.java33 this.flags = checkU16("flags", flags); in KEYBase()
DSIGBase.java46 this.footprint = checkU16("footprint", footprint); in SIGBase()
DNSEC3Record.java84 this.iterations = checkU16("iterations", iterations); in NSEC3Record()
DWKSRecord.java604 checkU16("service", services[i]); in WKSRecord()
DRecord.java699 checkU16(String field, int val) { in checkU16() method in Record