Home
last modified time | relevance | path

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

/xnu-8020.121.3/tests/
H A Dnet_bridge.c137 ether_addr_t mac;
139 ether_addr_t member_mac;
179 ifnet_get_lladdr(int s, const char * ifname, ether_addr_t * eaddr);
235 set_ethernet_address(ether_addr_t *eaddr, u_int unit, u_int addr_index) in set_ethernet_address()
282 get_ipv6_ll_address(const ether_addr_t *mac, struct in6_addr * in6) in get_ipv6_ll_address()
337 static ether_addr_t ether_broadcast = {
341 static ether_addr_t ether_external = {
716 ether_ntoa_buf(const ether_addr_t *n, char * buf, int buf_size) in ether_ntoa_buf()
786 ether_ntoa_buf((const ether_addr_t *)earp->arp_sha, in arp_frame_validate()
789 ether_ntoa_buf((const ether_addr_t *)earp->arp_tha, in arp_frame_validate()
[all …]
/xnu-8020.121.3/bsd/net/
H A Dethernet.h102 } ether_addr_t; typedef
/xnu-8020.121.3/bsd/skywalk/nexus/
H A Dos_nexus_private.h367 ether_addr_t nfr_etheraddr;
/xnu-8020.121.3/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c72 ether_addr_t ether_addr; in get_ipv6_ula()