Searched refs:mac_get_arp (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/stand/lib/inet/ |
H A D | mac.h | 48 extern int mac_get_arp(struct in_addr *, void *, int, uint32_t);
|
H A D | mac.c | 319 mac_get_arp(struct in_addr *ip, void *hp, int hl, uint32_t timeout) in mac_get_arp() function
|
H A D | ibd.c | 536 result = mac_get_arp(&tmpip, (void *)&eh.ipoib_dest, in ibd_output()
|
H A D | ethernet.c | 558 result = mac_get_arp(&tmpip, (void *)&eh.ether_dhost, in ether_output()
|
H A D | dhcpv4.c | 986 fnd = mac_get_arp(&defr, hp, in dhcp_bound()
|