Home
last modified time | relevance | path

Searched refs:ether_arp (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dether_inet_pr_module.c119 struct ether_arp *ea; in ether_inet_arp_input()
128 ea = mtod(m, struct ether_arp *); in ether_inet_arp_input()
422 struct ether_arp *ea; in ether_inet_arp()
451 ea = mtod(m, struct ether_arp *); in ether_inet_arp()
H A Dif_bridge.c7375 struct ether_arp *ea;
7379 size_t minlen = sizeof(struct ether_header) + sizeof(struct ether_arp);
7399 ea = (struct ether_arp *)(eh + 1);
7851 struct ether_header **eh_p, struct ether_arp **ea_p)
7853 struct ether_arp *ea;
7855 size_t minlen = sizeof(struct ether_header) + sizeof(struct ether_arp);
7877 ea = (struct ether_arp *)(eh + 1);
7912 struct ether_arp * __single ea;
7974 struct ether_arp * __single ea;
/xnu-12377.61.12/bsd/netinet/
H A Dif_ether.h114 struct ether_arp { struct
/xnu-12377.61.12/tests/
H A Dbpflib.c257 sizeof(struct ether_arp) + sizeof(struct ether_header)) in main()
H A Dnet_bridge.c346 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()
1844 const struct ether_arp * earp; in validate_mac_nat_arp_out()
1853 earp = (const struct ether_arp *)(const void *)(eh_p + 1); in validate_mac_nat_arp_out()
1902 const struct ether_arp * earp; in validate_mac_nat_arp_in()
1909 earp = (const struct ether_arp *)(const void *)(eh_p + 1); in validate_mac_nat_arp_in()