Home
last modified time | relevance | path

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

/xnu-8792.61.2/tests/
H A Dnet_bridge.c138 ether_addr_t mac;
140 ether_addr_t member_mac;
180 ifnet_get_lladdr(int s, const char * ifname, ether_addr_t * eaddr);
236 set_ethernet_address(ether_addr_t *eaddr, u_int unit, u_int addr_index) in set_ethernet_address()
283 get_ipv6_ll_address(const ether_addr_t *mac, struct in6_addr * in6) in get_ipv6_ll_address()
338 static ether_addr_t ether_broadcast = {
342 static ether_addr_t ether_external = {
717 ether_ntoa_buf(const ether_addr_t *n, char * buf, int buf_size) in ether_ntoa_buf()
787 ether_ntoa_buf((const ether_addr_t *)earp->arp_sha, in arp_frame_validate()
790 ether_ntoa_buf((const ether_addr_t *)earp->arp_tha, in arp_frame_validate()
[all …]
/xnu-8792.61.2/bsd/net/
H A Dethernet.h102 } ether_addr_t; typedef
/xnu-8792.61.2/bsd/skywalk/nexus/
H A Dos_nexus_private.h386 ether_addr_t nfr_etheraddr;
/xnu-8792.61.2/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c72 ether_addr_t ether_addr; in get_ipv6_ula()