Home | History | Annotate | Download | only in mDNSPosix

Lines Matching defs:packet

156 // mDNS core calls this routine when it needs to send a packet.
219 LogMsg("mDNSPlatformSendUDP got error %d (%s) sending packet to %#a on interface %#a/%s/%d",
222 LogMsg("mDNSPlatformSendUDP got error %d (%s) sending packet to %#a", errno, strerror(errno), dst);
235 DNSMessage packet;
249 packetLen = recvfrom_flags(skt, &packet, sizeof(packet), &flags, (struct sockaddr *) &from, &fromLen, &packetInfo, &ttl);
258 // convince mDNS Core that this isn't a spoof packet.
260 // packet arrived as a multicast and, if so, set its
268 // no way to tell the destination address or interface this packet arrived on,
280 // We only accept the packet if the interface on which it came
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",
325 mDNSCoreReceive(m, &packet, (mDNSu8 *)&packet + packetLen,