Searched refs:ether_arp (Results 1 – 5 of 5) sorted by relevance
119 struct ether_arp *ea; in ether_inet_arp_input()128 ea = mtod(m, struct ether_arp *); in ether_inet_arp_input()424 struct ether_arp *ea; in ether_inet_arp()453 ea = mtod(m, struct ether_arp *); in ether_inet_arp()
7764 struct ether_arp *ea;7768 size_t minlen = sizeof(struct ether_header) + sizeof(struct ether_arp);7788 ea = (struct ether_arp *)(eh + 1);8408 struct ether_header **eh_p, struct ether_arp **ea_p)8410 struct ether_arp *ea;8412 size_t minlen = sizeof(struct ether_header) + sizeof(struct ether_arp);8434 ea = (struct ether_arp *)(eh + 1);8469 struct ether_arp * __single ea;8531 struct ether_arp * __single ea;
114 struct ether_arp { struct
257 sizeof(struct ether_arp) + sizeof(struct ether_header)) in main()
346 arp_frame_validate(const struct ether_arp * earp, u_int len, bool dump) in arp_frame_validate()545 arp_frame_validate((const struct ether_arp *)(eh_p + 1), in ethernet_frame_validate()610 struct ether_arp * earp; in ethernet_arp_frame_populate()633 earp = (struct ether_arp *)(void *)(eh_p + 1); in ethernet_arp_frame_populate()1842 const struct ether_arp * earp; in validate_mac_nat_arp_out()1851 earp = (const struct ether_arp *)(const void *)(eh_p + 1); in validate_mac_nat_arp_out()1900 const struct ether_arp * earp; in validate_mac_nat_arp_in()1907 earp = (const struct ether_arp *)(const void *)(eh_p + 1); in validate_mac_nat_arp_in()