Searched refs:ether_arp (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/lib/libstand/
H A Drarp.c67 struct ether_arp *ap;
71 struct ether_arp arp;
78 struct ether_arp arp;
163 struct ether_arp *ap;
173 if (n == -1 || n < sizeof(struct ether_arp)) {
189 ap = (struct ether_arp *)pkt;
H A Darp.c77 struct ether_arp *ah;
82 struct ether_arp arp;
89 struct ether_arp arp;
176 struct ether_arp *ah;
186 if (n == -1 || n < sizeof(struct ether_arp)) {
204 ah = (struct ether_arp *)pkt;
263 struct ether_arp *arp = pkt;
H A Dif_ether.h99 struct ether_arp { struct
/freebsd-9.3-release/sys/netinet/
H A Dif_ether.h79 struct ether_arp { struct
/freebsd-9.3-release/usr.sbin/rarpd/
H A Drarpd.c421 BPF_STMT(BPF_RET|BPF_K, sizeof(struct ether_arp) +
478 struct ether_arp *ap = (struct ether_arp *)(p + sizeof(*ep));
821 * RFC 903 defines the ether_arp fields as follows. The following comments
854 struct ether_arp *ap = (struct ether_arp *)(ep + 1);
/freebsd-9.3-release/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2076 sizeof(struct ether_arp);
2079 struct ether_arp *ep;
2098 ep = (struct ether_arp*)(eh + 1);

Completed in 167 milliseconds