Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/netinet/
H A Dif_ether.h114 struct ether_arp { struct
/xnu-8792.81.2/tests/
H A Dbpflib.c190 sizeof(struct ether_arp) + sizeof(struct ether_header)) in main()
H A Dnet_bridge.c766 arp_frame_validate(const struct ether_arp * earp, u_int len, bool dump) in arp_frame_validate()
965 arp_frame_validate((const struct ether_arp *)(eh_p + 1), in ethernet_frame_validate()
1162 struct ether_arp * earp; in ethernet_arp_frame_populate()
1185 earp = (struct ether_arp *)(void *)(eh_p + 1); in ethernet_arp_frame_populate()
2399 const struct ether_arp * earp; in validate_mac_nat_arp_out()
2408 earp = (const struct ether_arp *)(const void *)(eh_p + 1); in validate_mac_nat_arp_out()
2457 const struct ether_arp * earp; in validate_mac_nat_arp_in()
2464 earp = (const struct ether_arp *)(const void *)(eh_p + 1); in validate_mac_nat_arp_in()
/xnu-8792.81.2/bsd/net/
H A Dether_inet_pr_module.c116 struct ether_arp *ea; in ether_inet_arp_input()
414 struct ether_arp *ea; in ether_inet_arp()
H A Dif_bridge.c7401 struct ether_arp *ea;
7403 sizeof(struct ether_arp);
7423 ea = (struct ether_arp *)(eh + 1);
7908 struct ether_header **eh_p, struct ether_arp **ea_p)
7910 struct ether_arp *ea;
7912 size_t minlen = sizeof(struct ether_header) + sizeof(struct ether_arp);
7934 ea = (struct ether_arp *)(eh + 1);
7969 struct ether_arp *ea;
8031 struct ether_arp *ea;