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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dif_ether.h114 struct ether_arp { struct
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/
H A Dkdp_udp.h165 struct ether_arp { struct
H A Dkdp_udp.c173 static void kdp_arp_reply(struct ether_arp *);
174 static void kdp_process_arp_reply(struct ether_arp *);
554 struct ether_arp aligned_ea, *ea = &aligned_ea;
573 kdp_process_arp_reply(struct ether_arp *ea)
594 kdp_arp_reply(struct ether_arp *ea)
637 /* pkt.len is still the length we want, ether_header+ether_arp */
748 struct ether_arp *ea = (struct ether_arp *) &pkt.data[sizeof(struct ether_header)];
772 pkt.len = sizeof(struct ether_header) + sizeof(struct ether_arp);
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dether_inet_pr_module.c126 struct ether_arp *ea;
401 struct ether_arp *ea;

Completed in 84 milliseconds