Searched refs:ether_arp (Results 1 – 5 of 5) sorted by relevance
66 struct ether_arp { struct89 struct ether_arp *ap; in rarp_getipaddress() argument93 struct ether_arp arp; in rarp_getipaddress()100 struct ether_arp arp; in rarp_getipaddress()178 struct ether_arp *ap; in rarprecv()188 if (n == -1 || (size_t)n < sizeof(struct ether_arp)) { in rarprecv()204 ap = (struct ether_arp *)pkt; in rarprecv()
67 struct ether_arp { struct102 struct ether_arp *ah; in arpwhohas()107 struct ether_arp arp; in arpwhohas()114 struct ether_arp arp; in arpwhohas()193 struct ether_arp *ah; in arprecv()202 if (n == -1 || (size_t)n < sizeof(struct ether_arp)) { in arprecv()220 ah = (struct ether_arp *)pkt; in arprecv()277 struct ether_arp *arp = pkt; in arp_reply()
59 struct ether_arp { struct109 struct ether_arp *rarp = 110 (struct ether_arp *)(buf + sizeof(struct ether_header));
72 struct ether_arp { struct80 CTASSERT(sizeof(struct ether_arp) == 28); argument
372 struct ether_arp *ap = (struct ether_arp *) (p + sizeof(*ep));781 struct ether_arp *ap = (struct ether_arp *) (ep + 1);