Home
last modified time | relevance | path

Searched refs:destAddr (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/mDNSResponder/dist/mDNSPosix/
H A DmDNSPosix.c219 mDNSAddr senderAddr, destAddr; in SocketDataReady() local
241 SockAddrTomDNSAddr((struct sockaddr*)&packetInfo.ipi_addr, &destAddr, NULL); in SocketDataReady()
259 if ((destAddr.NotAnInteger == 0) && (flags & MSG_MCAST)) in SocketDataReady()
261 destAddr.type = senderAddr.type; in SocketDataReady()
262 … if (senderAddr.type == mDNSAddrType_IPv4) destAddr.ip.v4 = AllDNSLinkGroup_v4.ip.v4; in SocketDataReady()
263 … else if (senderAddr.type == mDNSAddrType_IPv6) destAddr.ip.v6 = AllDNSLinkGroup_v6.ip.v6; in SocketDataReady()
279 if (mDNSAddrIsDNSMulticast(&destAddr)) packetLen = -1; in SocketDataReady()
289 &senderAddr, &destAddr, packetInfo.ipi_ifname, packetInfo.ipi_ifindex, in SocketDataReady()
305 … &senderAddr, &destAddr, &intf->coreIntf.ip, intf->intfName, intf->index, skt); in SocketDataReady()
313 &senderAddr, senderPort, &destAddr, MulticastDNSPort, InterfaceID); in SocketDataReady()
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DBlock-ABI-Apple.rst914 void _Block_object_assign(void *destAddr, const void *object, const int flags);