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

  /external/mdnsresponder/mDNSPosix/
ProxyResponder.c 255 proxyhost.ip.NotAnInteger = inet_addr(argv[1]);
256 if (proxyhost.ip.NotAnInteger == INADDR_NONE) // INADDR_NONE is 0xFFFFFFFF
259 if (h) proxyhost.ip.NotAnInteger = *(long*)h->h_addr;
261 if (proxyhost.ip.NotAnInteger == INADDR_NONE) // INADDR_NONE is 0xFFFFFFFF
NetMonitor.c 259 if (id.NotAnInteger != 0xFFFF) entry->pkts[t]++;
477 (srcport.NotAnInteger == MulticastDNSPort.NotAnInteger) ? "-Q- " : "-LQ-";
491 if (msg->h.id.NotAnInteger) mprintf(" ID:%u", mDNSVal16(msg->h.id));
615 mDNSBool MQ = (srcport.NotAnInteger == MulticastDNSPort.NotAnInteger);
620 if (msg->h.id.NotAnInteger != 0xFFFF)
646 if (srcport.NotAnInteger == MulticastDNSPort.NotAnInteger) NumQuestions++;
649 if (msg->h.id.NotAnInteger != 0xFFFF) recordstat(entry, &q.qname, OP_query, q.qtype)
    [all...]
Identify.c 112 if (!id.NotAnInteger) id = lastid;
128 if (!id.NotAnInteger) id = lastid;
137 if (!id.NotAnInteger) id = lastid;
314 target.ip.v4.NotAnInteger = s4.s_addr;
mDNSPosix.c 125 ipAddr->ip.v4.NotAnInteger = sin->sin_addr.s_addr;
126 if (ipPort) ipPort->NotAnInteger = sin->sin_port;
139 if (ipPort) ipPort->NotAnInteger = sin6->sin6_port;
147 if (ipPort) ipPort->NotAnInteger = 0;
172 if (dstPort.NotAnInteger == 0)
184 sin->sin_port = dstPort.NotAnInteger;
185 sin->sin_addr.s_addr = dst->ip.v4.NotAnInteger;
198 sin6->sin6_port = dstPort.NotAnInteger;
272 if ((destAddr.NotAnInteger == 0) && (flags & MSG_MCAST))
522 DNSAddr.ip.v4.NotAnInteger = ina.s_addr
    [all...]
  /external/mdnsresponder/mDNSShared/
PlatformCommon.c 55 addr.a4.sin_addr.s_addr = dst->ip.v4.NotAnInteger;
78 if (dst->type == mDNSAddrType_IPv4) src->ip.v4.NotAnInteger = addr.a4.sin_addr.s_addr;
dnsextd.c 928 pkt.src.sin_addr.s_addr = zerov4Addr.NotAnInteger; // address field set solely for verbose logging in subroutines
1076 d->addr.sin_addr.s_addr = zerov4Addr.NotAnInteger;
1077 d->addr.sin_port = UnicastDNSPort.NotAnInteger;
1088 d->ns_addr.sin_port = NSIPCPort.NotAnInteger;
    [all...]
dnssd_clientshim.c 258 port.NotAnInteger = notAnIntPort;
474 x->SRV->rdata->u.srv.port.NotAnInteger, x->TXT->rdlength, (unsigned char*)x->TXT->rdata->u.txt.c, x->context);
uds_daemon.c     [all...]
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c 350 inMDNS->p->unicastSock4.port.NotAnInteger = sa4.sin_port;
393 inMDNS->p->unicastSock6.port.NotAnInteger = sa6.sin6_port;
987 saddr.sin_port = port->NotAnInteger;
1016 port->NotAnInteger = saddr.sin_port;
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c 208 typedef union { unsigned char b[2]; unsigned short NotAnInteger; } Opaque16;
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 267 // The "NotAnInteger" fields of the unions allow the value to be conveniently passed around in a
271 // and if you make the mistake of trying to do those using the NotAnInteger field, then you'll
276 typedef union { mDNSu8 b[ 2]; mDNSu16 NotAnInteger; } mDNSOpaque16;
277 typedef union { mDNSu8 b[ 4]; mDNSu32 NotAnInteger; } mDNSOpaque32;
    [all...]
DNSDigest.c     [all...]
mDNS.c 342 // Normally we resist touching the NotAnInteger fields, but here we're doing tricky bitwise masking so we make an exception
346 if (((intf->ip.ip.v4.NotAnInteger ^ addr->ip.v4.NotAnInteger) & intf->mask.ip.v4.NotAnInteger) == 0)
    [all...]

Completed in 430 milliseconds