Searched refs:checkU16 (Results 1 – 17 of 17) sorted by relevance
/external/smack/src/org/xbill/DNS/ |
D | SRVRecord.java | 44 this.priority = checkU16("priority", priority); in SRVRecord() 45 this.weight = checkU16("weight", weight); in SRVRecord() 46 this.port = checkU16("port", port); in SRVRecord()
|
D | TSIGRecord.java | 61 this.fudge = checkU16("fudge", fudge); in TSIGRecord() 63 this.originalID = checkU16("originalID", originalID); in TSIGRecord() 64 this.error = checkU16("error", error); in TSIGRecord()
|
D | OPTRecord.java | 53 checkU16("payloadSize", payloadSize); in OPTRecord() 56 checkU16("flags", flags); in OPTRecord()
|
D | NAPTRRecord.java | 47 this.order = checkU16("order", order); in NAPTRRecord() 48 this.preference = checkU16("preference", preference); in NAPTRRecord()
|
D | CERTRecord.java | 132 this.certType = checkU16("certType", certType); in CERTRecord() 133 this.keyTag = checkU16("keyTag", keyTag); in CERTRecord()
|
D | TKEYRecord.java | 72 this.mode = checkU16("mode", mode); in TKEYRecord() 73 this.error = checkU16("error", error); in TKEYRecord()
|
D | U16NameBase.java | 34 this.u16Field = checkU16(u16Description, u16Field); in U16NameBase()
|
D | PXRecord.java | 40 this.preference = checkU16("preference", preference); in PXRecord()
|
D | DLVRecord.java | 49 this.footprint = checkU16("footprint", footprint); in DLVRecord()
|
D | DSRecord.java | 62 this.footprint = checkU16("footprint", footprint); in DSRecord()
|
D | NSEC3PARAMRecord.java | 53 this.iterations = checkU16("iterations", iterations); in NSEC3PARAMRecord()
|
D | EDNSOption.java | 65 this.code = Record.checkU16("code", code); in EDNSOption()
|
D | KEYBase.java | 33 this.flags = checkU16("flags", flags); in KEYBase()
|
D | SIGBase.java | 46 this.footprint = checkU16("footprint", footprint); in SIGBase()
|
D | NSEC3Record.java | 84 this.iterations = checkU16("iterations", iterations); in NSEC3Record()
|
D | WKSRecord.java | 604 checkU16("service", services[i]); in WKSRecord()
|
D | Record.java | 699 checkU16(String field, int val) { in checkU16() method in Record
|