Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:ipv4

1800 	if (skip < 0) { LogMsg("GetIPFromName: Need six labels in IPv4 reverse mapping name %##s", name); return mStatus_Invalid; }
2347 // This matters particularly in the case where we have more than one IPv6 (or IPv4) address, because otherwise,
2667 // we check if we have an address record for the same name. If we do have an IPv4 address for a given
4917 LogSPS("SendSPSRegistration %d %##s failed to send to IPv6 address; will try IPv4 instead", sps, intf->NetWakeResolve[sps].qname.c);
5018 // 3. Got negative response -- target host apparently has IPv6 disabled -- so try looking up the target host's IPv4 address(es) instead
5020 LogSPS("NetWakeResolve: SPS %d %##s has no IPv6 address, will try IPv4 instead", sps, question->qname.c);
5026 // 4. Got an IPv4 address for the target host; record address and initiate an SPS registration if appropriate
5030 intf->SPSAddr[sps].ip.v4 = answer->rdata->u.ipv4;
8882 query->info->ip.ip.v4 = answer->rdata->u.ipv4;
9174 // Send dynamic update for non-linklocal IPv4 Addresses
9190 set->RR_A.resrec.rdata->u.ipv4 = set->ip.ip.v4;
10167 // re-assert our (temporary) ownership of that IP address in order to receive subsequent packets addressed to that IPv4 address.
10471 static const mDNSOpaque16 Ethertype_IPv4 = { { 0x08, 0x00 } }; // Ethertype 0x0800 = IPv4
10477 // In other words, we can safely assume that pkt below (ARP, IPv4 or IPv6) is properly word aligned,
10488 // Is IPv4 with zero fragmentation offset? Length must be at least 14 + 20 = 34 bytes
10492 debugf("Got IPv4 %02X from %.4a to %.4a", pkt->v4.protocol, &pkt->v4.src, &pkt->v4.dst);