Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dether_inet_pr_module.c477 ifnet_lladdr_copy_bytes(ifp, ea->arp_sha, ETHER_ADDR_LEN); in ether_inet_arp()
479 ifnet_lladdr_copy_bytes(ifp, eh->ether_shost, sizeof(eh->ether_shost)); in ether_inet_arp()
H A Dnet_stubs.c126 STUB(ifnet_lladdr_copy_bytes);
H A Dkpi_interface.h2891 extern errno_t ifnet_lladdr_copy_bytes(ifnet_t interface, void *__sized_by(length) lladdr,
H A Dif_redirect.c1452 error = ifnet_lladdr_copy_bytes(delegate_ifp, mac_addr, in redirect_set_delegate()
H A Dkpi_interface.c2357 ifnet_lladdr_copy_bytes(ifnet_t interface, void *__sized_by(length) lladdr, size_t length) in ifnet_lladdr_copy_bytes() function
/xnu-11417.140.69/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c65 ifnet_lladdr_copy_bytes(ifp, fsw->fsw_ether_shost, ETHER_ADDR_LEN); in fsw_ethernet_setup()
H A Dfsw.c1151 (void) ifnet_lladdr_copy_bytes(ifp, fsw->fsw_ether_shost, in fsw_ifnet_event_callback()
/xnu-11417.140.69/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c447 if (ifnet_lladdr_copy_bytes(ifp, local_addr, sizeof(local_addr)) != 0) { in nx_netif_validate_macaddr()
H A Dnx_netif_netagent.c57 ifnet_lladdr_copy_bytes(ifp, addr, ETHER_ADDR_LEN); in get_mac_addr()
/xnu-11417.140.69/bsd/netinet/
H A Din_arp.c1037 ifnet_lladdr_copy_bytes(rt->rt_ifp, LLADDR(gate_ll), in arp_rtrequest()