Searched refs:ether_arp (Results 1 – 8 of 8) sorted by relevance
63 struct ether_arp *ap; in rarp_getipaddress()67 struct ether_arp arp; in rarp_getipaddress()74 struct ether_arp arp; in rarp_getipaddress()152 struct ether_arp *ap; in rarprecv()162 if (n < 0 || (size_t)n < sizeof(struct ether_arp)) { in rarprecv()178 ap = (struct ether_arp *)pkt; in rarprecv()
74 struct ether_arp *ah; in arpwhohas()79 struct ether_arp arp; in arpwhohas()86 struct ether_arp arp; in arpwhohas()165 struct ether_arp *ah; in arprecv()175 if (n < 0 || (size_t)n < sizeof(struct ether_arp)) { in arprecv()193 ah = (struct ether_arp *)pkt; in arprecv()248 struct ether_arp *arp = pkt; in arp_reply()
53 const struct ether_arp *ap; in arp_print()57 ap = (struct ether_arp *)bp; in arp_print()62 if (length < sizeof(struct ether_arp)) { in arp_print()
99 int arpcache(struct ifnet *, struct ether_arp *, struct rtentry *);261 struct ether_arp *ea; in arprequest()271 ea = mtod(m, struct ether_arp *); in arprequest()296 struct ether_arp *ea; in arpreply()302 ea = mtod(m, struct ether_arp *); in arpreply()554 struct ether_arp *ea; in in_arpinput()564 ea = mtod(m, struct ether_arp *); in in_arpinput()644 arpcache(struct ifnet *ifp, struct ether_arp *ea, struct rtentry *rt) in arpcache()868 struct ether_arp *ar; in in_revarpinput()871 ar = mtod(m, struct ether_arp *); in in_revarpinput()[all …]
153 struct ether_arp { struct
229 BPF_STMT(BPF_RET | BPF_K, sizeof(struct ether_arp) +294 struct ether_arp *ap = (struct ether_arp *) (p + sizeof(*ep)); in rarp_check()597 struct ether_arp *ap = (struct ether_arp *) (ep + 1); in rarp_reply()
663 struct ether_arp ea; in bridge_arpfilter()
495 struct ether_arp ea; in veb_rule_arp_match()