Lines Matching defs:from
225 struct sockaddr_storage from;
235 fromLen = sizeof(from);
237 packetLen = recvfrom_flags(skt, &packet, sizeof(packet), &flags, (struct sockaddr *) &from, &fromLen, &packetInfo, &ttl);
241 SockAddrTomDNSAddr((struct sockaddr*)&from, &senderAddr, &senderPort);
289 verbosedebugf("SocketDataReady ignored a packet from %#a to %#a on interface %s/%d expecting %#a/%s/%d/%d",
305 verbosedebugf("SocketDataReady got a packet from %#a to %#a on interface %#a/%s/%d/%d",
495 // Other platforms can either get the information from the appropriate place,
651 // We test for SO_REUSEADDR first, as suggested by Jonny Törnbom from Axis Communications
1376 // destroying the entire interface list and then making fresh one from scratch.
1391 // the platform from reentering mDNS core code.
1771 // Remove a file descriptor from the set that mDNSPosixRunEventLoopOnce() listens to.
1854 break; // in case callback removed elements from gEventSources