Searched refs:ether_arp (Results 1 – 5 of 5) sorted by relevance
61 struct ether_arp *ap; in rarp_getipaddress()66 struct ether_arp arp; in rarp_getipaddress()145 struct ether_arp *ap; in rarprecv()156 if (n == -1 || n < sizeof(struct ether_arp)) { in rarprecv()
70 struct ether_arp *ah; in arpwhohas()76 struct ether_arp arp; in arpwhohas()161 struct ether_arp *ah; in arprecv()173 if (n == -1 || n < sizeof(struct ether_arp)) { in arprecv()254 struct ether_arp *arp = pkt; in arp_reply()
412 BPF_STMT(BPF_RET|BPF_K, sizeof(struct ether_arp) + in rarp_open()469 struct ether_arp *ap = (struct ether_arp *)(p + sizeof(*ep)); in rarp_check()846 struct ether_arp *ap = (struct ether_arp *)(ep + 1); in rarp_reply()
78 struct ether_arp { struct
2069 sizeof(struct ether_arp); in xnb_add_mbuf_cksum_arp()2072 struct ether_arp *ep; in xnb_add_mbuf_cksum_arp()2091 ep = (struct ether_arp*)(eh + 1); in xnb_add_mbuf_cksum_arp()