Lines Matching defs:from
237 struct sockaddr_storage from;
247 fromLen = sizeof(from);
249 packetLen = recvfrom_flags(skt, &packet, sizeof(packet), &flags, (struct sockaddr *) &from, &fromLen, &packetInfo, &ttl);
253 SockAddrTomDNSAddr((struct sockaddr*)&from, &senderAddr, &senderPort);
301 verbosedebugf("SocketDataReady ignored a packet from %#a to %#a on interface %s/%d expecting %#a/%s/%d/%d",
317 verbosedebugf("SocketDataReady got a packet from %#a to %#a on interface %#a/%s/%d/%d",
496 // Other platforms can either get the information from the appropriate place,
1336 // the platform from reentering mDNS core code.
1562 // Remove a file descriptor from the set that mDNSPosixRunEventLoopOnce() listens to.
1645 break; // in case callback removed elements from gEventSources