Searched refs:ether_arp (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dif_ether.h114 struct ether_arp { struct
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.h166 struct ether_arp { struct
H A Dkdp_udp.c211 static void kdp_arp_reply(struct ether_arp *);
212 static void kdp_process_arp_reply(struct ether_arp *);
737 struct ether_arp aligned_ea, *ea = &aligned_ea;
756 kdp_process_arp_reply(struct ether_arp *ea)
777 kdp_arp_reply(struct ether_arp *ea)
820 /* pkt.len is still the length we want, ether_header+ether_arp */
933 struct ether_arp *ea = (struct ether_arp *) &pkt.data[sizeof(struct ether_header)];
957 pkt.len = sizeof(struct ether_header) + sizeof(struct ether_arp);
/darwin-on-arm/xnu/bsd/net/
H A Dether_inet_pr_module.c117 struct ether_arp *ea;
407 struct ether_arp *ea;

Completed in 29 milliseconds