Searched defs:ibd_arp (Results 1 – 1 of 1) sorted by relevance
54 struct ibd_arp { struct55 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