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

/xnu-2422.115.4/osfmk/kdp/
H A Dkdp_udp.c200 struct kdp_ether_arp { struct
322 static void kdp_arp_reply(struct kdp_ether_arp *);
323 static void kdp_process_arp_reply(struct kdp_ether_arp *);
849 struct kdp_ether_arp aligned_ea, *ea = &aligned_ea;
868 kdp_process_arp_reply(struct kdp_ether_arp *ea)
889 kdp_arp_reply(struct kdp_ether_arp *ea)
1045 struct kdp_ether_arp *ea = (struct kdp_ether_arp *) &pkt.data[sizeof(struct kdp_ether_header)];
1069 pkt.len = sizeof(struct kdp_ether_header) + sizeof(struct kdp_ether_arp);

Completed in 17 milliseconds