Home
last modified time | relevance | path

Searched refs:NotAnInteger (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c378 ipAddr->ip.v4.NotAnInteger = sin->sin_addr.s_addr; in SockAddrTomDNSAddr()
379 if (ipPort) ipPort->NotAnInteger = sin->sin_port; in SockAddrTomDNSAddr()
392 if (ipPort) ipPort->NotAnInteger = sin6->sin6_port; in SockAddrTomDNSAddr()
400 if (ipPort) ipPort->NotAnInteger = 0; in SockAddrTomDNSAddr()
422 assert(dstPort.NotAnInteger != 0); in mDNSPlatformSendUDP()
431 sin->sin_port = dstPort.NotAnInteger; in mDNSPlatformSendUDP()
432 sin->sin_addr.s_addr = dst->ip.v4.NotAnInteger; in mDNSPlatformSendUDP()
445 sin6->sin6_port = dstPort.NotAnInteger; in mDNSPlatformSendUDP()
519 if ( (destAddr.NotAnInteger == 0) && (flags & MSG_MCAST) ) in SocketDataReady()
672 DNSAddr.ip.v4.NotAnInteger = ina.s_addr; in ParseDNSServers()
[all …]
H A DuDNS.c1105 info->PublicPort.NotAnInteger = 0; in AllocNATInfo()
1153 if (u->Router.ip.v4.NotAnInteger) in SendNATMsg()
1223 if (response->err.NotAnInteger) in ReceiveNATAddrResponse()
1273 if (!u->Router.ip.v4.NotAnInteger) in StartGetPublicAddr()
1327 mDNSBool deletion = !n->request.PortReq.lease.NotAnInteger; in ReceivePortMapReply()
1372 …if (reply->err.NotAnInteger) { LogMsg("ReceivePortMapReply: received error %d", mDNSVal16(reply->e… in ReceivePortMapReply()
1373 …if (priv.NotAnInteger != reply->priv.NotAnInteger) return mDNSfalse; // packet does not match thi… in ReceivePortMapReply()
1387 if (n->state == NATState_Refresh && reply->pub.NotAnInteger != n->PublicPort.NotAnInteger) in ReceivePortMapReply()
1393 …if (reply->pub.NotAnInteger != n->request.PortReq.pub.NotAnInteger) n->request.PortReq.pub = reply… in ReceivePortMapReply()
1432 …if (srs->uDNS_info.ns.ip.v4.NotAnInteger) SendServiceRegistration(m, srs); // non-zero server add… in ReceivePortMapReply()
[all …]
H A DPlatformCommon.c75 a->ip.v4.NotAnInteger = addr.sin_addr.s_addr; in FindDefaultRouteIP()
H A DmDNSEmbeddedAPI.h1185 typedef packedunion { mDNSu8 b[ 2]; mDNSu16 NotAnInteger; } mDNSOpaque16;
1186 typedef packedunion { mDNSu8 b[ 4]; mDNSu32 NotAnInteger; } mDNSOpaque32;
2542 #define mDNSSameIPv4Address(A,B) ((A).NotAnInteger == (B).NotAnInteger)
H A DmDNS.c2160 …if (((intf->ip.ip.v4.NotAnInteger ^ addr->ip.v4.NotAnInteger) & intf->mask.ip.v4.NotAnInteger) == … in AddressIsLocalSubnet()
5353 …(srcport.NotAnInteger != MulticastDNSPort.NotAnInteger), mDNSAddrIsDNSMulticast(dstaddr), QueryWas… in mDNSCoreReceiveQuery()
5409 if (response->h.id.NotAnInteger != 0 || srcport.NotAnInteger != MulticastDNSPort.NotAnInteger) in mDNSCoreReceiveResponse()
5666 if (srcport.NotAnInteger == NATPMPPort.NotAnInteger) in mDNSCoreReceive()
5717 …ddress(&(A)->Target, &(B)->Target) && (A)->TargetPort.NotAnInteger == (B)->TargetPort.NotAnInteger)
5756 …((Q)->TargetPort.NotAnInteger == UnicastDNSPort.NotAnInteger || (Q)->TargetPort.NotAnInteger == Mu…
6021 …SBool PortChanged = (mDNSBool)(query->info->port.NotAnInteger != answer->rdata->u.srv.port.NotAnIn… in FoundServiceInfoSRV()
6852 if (!port.NotAnInteger) in mDNS_RegisterService()
7077 …if (!sr->RR_SRV.resrec.rdata->u.srv.port.NotAnInteger) return(mDNS_DeregisterNoSuchService(m, &sr-… in mDNS_DeregisterService()
H A DDNSCommon.c538 …case mDNSAddrType_IPv4: return(mDNSBool)(ip->ip.v4.NotAnInteger == AllDNSLinkGroupv4.NotAnInteger); in mDNSAddrIsDNSMulticast()
1164 r1->rdata->u.srv.port.NotAnInteger == r2->srv.port.NotAnInteger && in SameRDataBody()
H A Duds_daemon.c1387 cliaddr.sin_port = port.NotAnInteger; in request_callback()
2256 rr->resrec.rdata->u.srv.port.NotAnInteger == port.NotAnInteger && in CountExistingRegistrations()
2452 if (service->port.NotAnInteger) in handle_regservice_request()
H A DDNSDigest.c1424 buf.NotAnInteger = 0; in DNSDigest_SignMessage()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/
H A Ddns-sd.c104 typedef union { unsigned char b[2]; unsigned short NotAnInteger; } Opaque16; member
651 …AllowRemoteQuery */ 0, opinterface, nam, typ, dom, host, registerPort.NotAnInteger, (uint16_t) (pt… in RegisterService()
742 …, 0, opinterface, "Test", "_testupdate._tcp.", "", NULL, registerPort.NotAnInteger, sizeof(TXT)-1,… in main()
753 …0, opinterface, "Test", "_testlargetxt._tcp.", "", NULL, registerPort.NotAnInteger, sizeof(TXT), T… in main()
763 … 0, opinterface, "Test", "_testdualtxt._tcp.", "", NULL, registerPort.NotAnInteger, sizeof(TXT1)-1… in main()
773 …ent, 0, opinterface, "Test", "_testtxt._tcp.", "", NULL, registerPort.NotAnInteger, 0, NULL, reg_r… in main()