Home | History | Annotate | Download | only in mDNSPosix

Lines Matching defs:packetLen

234 	ssize_t                 packetLen;
249 packetLen = recvfrom_flags(skt, &packet, sizeof(packet), &flags, (struct sockaddr *) &from, &fromLen, &packetInfo, &ttl);
251 if (packetLen >= 0)
292 if (mDNSAddrIsDNSMulticast(&destAddr)) packetLen = -1;
304 packetLen = -1;
324 if (packetLen >= 0)
325 mDNSCoreReceive(m, &packet, (mDNSu8 *)&packet + packetLen,