Searched refs:SendARP (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNS.c | 2133 mDNSlocal void SendARP(mDNS *const m, const mDNSu8 op, const AuthRecord *const rr, function 2139 if (!intf) { LogMsg("SendARP: No interface with InterfaceID %p found %s", rr->resrec.InterfaceID, ARDisplayString(m,rr)); return; } 2452 SendARP(m, 1, rr, &rr->AddressProxy.ip.v4, &zeroEthAddr, &rr->AddressProxy.ip.v4, &onesEthAddr); 3521 SendARP(m, 1, ar, &zerov4Addr, &zeroEthAddr, &ar->AddressProxy.ip.v4, &ar->WakeUp.IMAC); 3845 if (!intf) { LogMsg("SendARP: No interface with InterfaceID %p found", InterfaceID); return; } 13741 SendARP(m, 2, rr, &arp->tpa, &arp->sha, &arp->spa, &arp->sha);
|
Completed in 86 milliseconds