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

/darwin-on-arm/xnu/bsd/net/
H A Dethernet.h94 struct ether_addr { struct
127 struct ether_addr *ether_aton(const char *);
161 int ether_hostton(const char *, struct ether_addr *);
162 int ether_line(const char *, struct ether_addr *, char *);
163 char *ether_ntoa(const struct ether_addr *);
164 struct ether_addr *ether_aton(const char *);
165 int ether_ntohost(char *, const struct ether_addr *);
H A Detherdefs.h69 typedef struct ether_addr enet_addr_t;
H A Dether_inet_pr_module.c109 struct ether_addr *macaddr);
H A Dif_bond.c82 static struct ether_addr slow_proto_multicast = {
272 struct ether_addr po_saved_addr;
880 if_siflladdr(struct ifnet * ifp, const struct ether_addr * ea_p)
2142 (const struct ether_addr *)ifnet_lladdr(ifp));
2353 (const struct ether_addr *) ifnet_lladdr(ifp));
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.h46 struct ether_addr { struct
50 typedef struct ether_addr enet_addr_t;
52 extern struct ether_addr kdp_get_mac_addr(void);
H A Dkdp_udp.c115 struct ether_addr ea;
119 struct ether_addr ea;
149 static struct ether_addr kdp_current_mac_address = {{0, 0, 0, 0, 0, 0}};
166 static struct ether_addr etherbroadcastaddr = {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}};
168 static struct ether_addr router_mac = {{0, 0, 0 , 0, 0, 0}};
169 static struct ether_addr destination_mac = {{0, 0, 0 , 0, 0, 0}};
170 static struct ether_addr temp_mac = {{0, 0, 0 , 0, 0, 0}};
171 static struct ether_addr current_resolved_MAC = {{0, 0, 0 , 0, 0, 0}};
207 void kdp_set_ip_and_mac_addresses(struct in_addr *ipaddr, struct ether_addr *);
208 void kdp_set_interface(void *interface, const struct ether_addr *macadd
[all...]
/darwin-on-arm/xnu/osfmk/kern/
H A Ddebug.c632 static struct ether_addr kdp_current_mac_address = {{0, 0, 0, 0, 0, 0}};
636 void kdp_set_ip_and_mac_addresses(struct in_addr *, struct ether_addr *);
655 struct ether_addr
664 __unused struct ether_addr *macaddr)
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_compat.h71 struct ether_addr {
711 struct ether_addr {
/darwin-on-arm/xnu/osfmk/console/
H A Dpanic_dialog.c184 struct ether_addr kdp_mac_addr;

Completed in 52 milliseconds