HomeSort by relevance Sort by last modified time
    Searched refs:adcount (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
tsig.py 127 (adcount,) = struct.unpack("!H", wire[10:12])
128 if adcount == 0:
130 adcount -= 1
131 new_wire = wire[0:10] + struct.pack("!H", adcount) + wire[12:tsig_start]
message.py 710 aucount, adcount) = struct.unpack('!HHHHHH', self.wire[:12])
719 self._get_section(self.message.additional, adcount)
    [all...]
  /external/iptables/libxtables/
xtoptions.c 517 unsigned int adcount = 0; local
530 if (adcount == 0) {
535 ++adcount;
    [all...]

Completed in 4204 milliseconds