HomeSort by: relevance | last modified time | path
    Searched refs:ether_arp (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netinet/
if_ether.h 72 struct ether_arp { struct
80 CTASSERT(sizeof(struct ether_arp) == 28);
  /src/sys/lib/libsa/
rarp.c 66 struct ether_arp { struct
89 struct ether_arp *ap;
93 struct ether_arp arp;
100 struct ether_arp arp;
178 struct ether_arp *ap;
188 if (n == -1 || (size_t)n < sizeof(struct ether_arp)) {
204 ap = (struct ether_arp *)pkt;
arp.c 67 struct ether_arp { struct
102 struct ether_arp *ah;
107 struct ether_arp arp;
114 struct ether_arp arp;
193 struct ether_arp *ah;
202 if (n == -1 || (size_t)n < sizeof(struct ether_arp)) {
220 ah = (struct ether_arp *)pkt;
277 struct ether_arp *arp = pkt;
  /src/sys/arch/mvme68k/stand/sboot/
etherfun.h 59 struct ether_arp { struct
109 struct ether_arp *rarp =
110 (struct ether_arp *)(buf + sizeof(struct ether_header));
  /src/usr.sbin/rarpd/
rarpd.c 372 struct ether_arp *ap = (struct ether_arp *) (p + sizeof(*ep));
745 * RFC 903 defines the ether_arp fields as follows. The following comments
781 struct ether_arp *ap = (struct ether_arp *) (ep + 1);

Completed in 12 milliseconds