Searched refs:pointertarget (Results 1 – 1 of 1) sorted by relevance
2121 const mDNSu8 *pointertarget; in FindCompressionPointer() local2133 pointertarget = base + (((mDNSu16)(targ[0] & 0x3F)) << 8) + targ[1]; in FindCompressionPointer()2134 …if (targ < pointertarget) break; // Pointertarget must point *backwards* in the pac… in FindCompressionPointer()2135 … if (pointertarget[0] >= 0x40) break; // Pointertarget must point to a valid length byte in FindCompressionPointer()2136 targ = pointertarget; in FindCompressionPointer()