Lines Matching refs:NotAnInteger
259 if (id.NotAnInteger != 0xFFFF) entry->pkts[t]++; in GotPacketFromHost()
477 (srcport.NotAnInteger == MulticastDNSPort.NotAnInteger) ? "-Q- " : "-LQ-"; in DisplayPacketHeader()
491 if (msg->h.id.NotAnInteger) mprintf(" ID:%u", mDNSVal16(msg->h.id)); in DisplayPacketHeader()
615 mDNSBool MQ = (srcport.NotAnInteger == MulticastDNSPort.NotAnInteger); in DisplayQuery()
620 if (msg->h.id.NotAnInteger != 0xFFFF) in DisplayQuery()
646 if (srcport.NotAnInteger == MulticastDNSPort.NotAnInteger) NumQuestions++; in DisplayQuery()
649 if (msg->h.id.NotAnInteger != 0xFFFF) recordstat(entry, &q.qname, OP_query, q.qtype); in DisplayQuery()
697 if (msg->h.id.NotAnInteger != 0xFFFF) NumPktR++; in DisplayResponse()
720 …if (msg->h.id.NotAnInteger != 0xFFFF) recordstat(entry, pkt.r.resrec.name, OP_answer, pkt.r.resrec… in DisplayResponse()
952 a.ip.v4.NotAnInteger = s4.s_addr; in main()
961 if (h) a.ip.v4.NotAnInteger = *(long*)h->h_addr; in main()