Home
last modified time | relevance | path

Searched refs:ether_arp (Results 1 – 5 of 5) sorted by relevance

/src/stand/libsa/
H A Drarp.c61 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()
H A Darp.c70 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()
/src/usr.sbin/rarpd/
H A Drarpd.c412 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()
/src/sys/netinet/
H A Dif_ether.h78 struct ether_arp { struct
/src/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2069 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()