Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kdp/
H A Dkdp_udp.c206 struct kdp_ether_arp { struct
326 static void kdp_arp_reply(struct kdp_ether_arp *);
327 static void kdp_process_arp_reply(struct kdp_ether_arp *);
833 struct kdp_ether_arp aligned_ea, *ea = &aligned_ea; in kdp_arp_dispatch()
852 kdp_process_arp_reply(struct kdp_ether_arp *ea) in kdp_process_arp_reply()
875 kdp_arp_reply(struct kdp_ether_arp *ea) in kdp_arp_reply()
1032 struct kdp_ether_arp *ea = (struct kdp_ether_arp *) &pkt.data[sizeof(struct kdp_ether_header)]; in transmit_ARP_request()
1056 pkt.len = sizeof(struct kdp_ether_header) + sizeof(struct kdp_ether_arp); in transmit_ARP_request()