Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kdp/
H A Dkdp_udp.c204 struct kdp_ether_arp { struct
324 static void kdp_arp_reply(struct kdp_ether_arp *);
325 static void kdp_process_arp_reply(struct kdp_ether_arp *);
831 struct kdp_ether_arp aligned_ea, *ea = &aligned_ea; in kdp_arp_dispatch()
850 kdp_process_arp_reply(struct kdp_ether_arp *ea) in kdp_process_arp_reply()
873 kdp_arp_reply(struct kdp_ether_arp *ea) in kdp_arp_reply()
1030 struct kdp_ether_arp *ea = (struct kdp_ether_arp *) &pkt.data[sizeof(struct kdp_ether_header)]; in transmit_ARP_request()
1054 pkt.len = sizeof(struct kdp_ether_header) + sizeof(struct kdp_ether_arp); in transmit_ARP_request()