Searched refs:NDP_Sol (Results 1 – 2 of 2) sorted by relevance
/external/mdnsresponder/mDNSCore/ |
D | mDNSEmbeddedAPI.h | 603 #define NDP_Sol 0x87 macro
|
D | mDNS.c | 1927 const mDNSv6Addr *const v6dst = (op == NDP_Sol) ? &mc : tpa; in SendNDP() 1970 if (op == NDP_Sol) // Neighbor Solicitation. The NDP "target" is the address we seek. in SendNDP() 3025 SendNDP(m, NDP_Sol, 0, ar, &zerov6Addr, mDNSNULL, &ar->AddressProxy.ip.v6, &ar->WakeUp.IMAC); in SendQueries() 10287 if (ndp->type == NDP_Sol) in mDNSCoreReceiveRawND() 10335 …ndp->type == NDP_Sol ? "Solicitation " : "Advertisement", sha, spa, &ndp->target, ARDisplayString(… in mDNSCoreReceiveRawND()
|