Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dif_ether.h114 struct ether_arp { struct
/xnu-10063.141.1/tests/
H A Dbpflib.c257 sizeof(struct ether_arp) + sizeof(struct ether_header)) in main()
H A Dnet_bridge.c669 arp_frame_validate(const struct ether_arp * earp, u_int len, bool dump) in arp_frame_validate()
868 arp_frame_validate((const struct ether_arp *)(eh_p + 1), in ethernet_frame_validate()
933 struct ether_arp * earp; in ethernet_arp_frame_populate()
956 earp = (struct ether_arp *)(void *)(eh_p + 1); in ethernet_arp_frame_populate()
2171 const struct ether_arp * earp; in validate_mac_nat_arp_out()
2180 earp = (const struct ether_arp *)(const void *)(eh_p + 1); in validate_mac_nat_arp_out()
2229 const struct ether_arp * earp; in validate_mac_nat_arp_in()
2236 earp = (const struct ether_arp *)(const void *)(eh_p + 1); in validate_mac_nat_arp_in()
/xnu-10063.141.1/bsd/net/
H A Dether_inet_pr_module.c118 struct ether_arp *ea; in ether_inet_arp_input()
421 struct ether_arp *ea; in ether_inet_arp()
H A Dif_bridge.c7559 struct ether_arp *ea;
7561 sizeof(struct ether_arp);
7581 ea = (struct ether_arp *)(eh + 1);
8098 struct ether_header **eh_p, struct ether_arp **ea_p)
8100 struct ether_arp *ea;
8102 size_t minlen = sizeof(struct ether_header) + sizeof(struct ether_arp);
8124 ea = (struct ether_arp *)(eh + 1);
8159 struct ether_arp *ea;
8221 struct ether_arp *ea;