Searched refs:ether_arp (Results 1 – 9 of 9) sorted by relevance
54 struct ether_arp *ap = (struct ether_arp *)data; in interpret_aarp()59 if (alen < sizeof (struct ether_arp)) { in interpret_aarp()90 if (alen < sizeof (struct ether_arp)) { in interpret_aarp()
63 struct ether_arp arp_ea;64 #define USED_SIZE (sizeof (struct ether_header) + sizeof (struct ether_arp))65 char filler[ETHERMIN - sizeof (struct ether_arp)];210 ether_arp(struct in_addr *ip, void *hap, uint32_t timeout) in ether_arp() function418 sizeof (struct ether_arp))) { in ether_input()421 struct ether_arp *ea; in ether_input()428 ea = (struct ether_arp *)(mac_state.mac_buf + in ether_input()
176 mac_state.mac_arp = ether_arp; in mac_init()201 mac_state.mac_arp = ether_arp; in mac_init()225 mac_state.mac_arp = ether_arp; in mac_init()253 mac_state.mac_arp = ether_arp; in mac_init()
46 extern int ether_arp(struct in_addr *, void *, uint32_t);
31 struct ether_arp { struct
43 struct ether_arp { struct
63 struct ether_arp { struct
1602 struct ether_arp *ea; in revarp_start()1641 if ((bp = allocb(sizeof (struct ether_arp), BPRI_HI)) == NULL) { in revarp_start()1666 bzero(bp->b_wptr, sizeof (struct ether_arp)); in revarp_start()1667 ea = (struct ether_arp *)bp->b_wptr; in revarp_start()1668 bp->b_wptr += sizeof (struct ether_arp); in revarp_start()1695 struct ether_arp *ea; in revarpinput()1748 ea = (struct ether_arp *)bp->b_rptr; in revarpinput()
548 struct ether_arp fcip_inarp_data;