Searched refs:NDP_Sol (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/ |
H A D | mDNSEmbeddedAPI.h | 677 #define NDP_Sol 0x87 macro
|
H A D | mDNS.c | 2539 const mDNSv6Addr *const v6dst = (op == NDP_Sol) ? &mc : tpa; in SendNDP() 2586 if (op == NDP_Sol) // Neighbor Solicitation. The NDP "target" is the address we seek. in SendNDP() 3810 … SendNDP(m, NDP_Sol, 0, ar, &zerov6Addr, mDNSNULL, &ar->AddressProxy.ip.v6, &ar->WakeUp.IMAC); in SendQueries() 14082 if (ndp->type == NDP_Sol) in mDNSCoreReceiveRawND() 14143 …ndp->type == NDP_Sol ? "Solicitation " : "Advertisement", sha, spa, &ndp->target, ARDisplayString(… in mDNSCoreReceiveRawND()
|