Searched defs:readU16 (Results 1 – 9 of 9) sorted by relevance
8 def readU16(contents, offset): function
68 bool readU16(uint16_t* value) in readU16() function in Buffer
161 readU16() throws WireParseException { in readU16() method in DNSInput
105 uint16_t readU16() { return (uint16_t)this->readInt(); } in readU16() function
77 uint16_t readU16() { return (uint16_t)this->readS16(); } in readU16() function
75 bool readU16(uint16_t* x) { return read(x, 2); } in readU16() function