Home
last modified time | relevance | path

Searched defs:ibd_arp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Dibd.c54 struct ibd_arp { struct
55 struct arphdr ea_hdr; /* fixed-size header */
56 ipoib_mac_t arp_sha; /* sender hardware address */
57 uchar_t arp_spa[4]; /* sender protocol address */
58 ipoib_mac_t arp_tha; /* target hardware address */
59 uchar_t arp_tpa[4]; /* target protocol address */
225 ibd_arp(struct in_addr *ip, void *hap, uint32_t timeout) in ibd_arp() function