Searched refs:ifnet_lladdr_copy_bytes (Results 1 – 10 of 10) sorted by relevance
| /xnu-11417.140.69/bsd/net/ |
| H A D | ether_inet_pr_module.c | 477 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 D | net_stubs.c | 126 STUB(ifnet_lladdr_copy_bytes);
|
| H A D | kpi_interface.h | 2891 extern errno_t ifnet_lladdr_copy_bytes(ifnet_t interface, void *__sized_by(length) lladdr,
|
| H A D | if_redirect.c | 1452 error = ifnet_lladdr_copy_bytes(delegate_ifp, mac_addr, in redirect_set_delegate()
|
| H A D | kpi_interface.c | 2357 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 D | fsw_ethernet.c | 65 ifnet_lladdr_copy_bytes(ifp, fsw->fsw_ether_shost, ETHER_ADDR_LEN); in fsw_ethernet_setup()
|
| H A D | fsw.c | 1151 (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 D | nx_netif_flow.c | 447 if (ifnet_lladdr_copy_bytes(ifp, local_addr, sizeof(local_addr)) != 0) { in nx_netif_validate_macaddr()
|
| H A D | nx_netif_netagent.c | 57 ifnet_lladdr_copy_bytes(ifp, addr, ETHER_ADDR_LEN); in get_mac_addr()
|
| /xnu-11417.140.69/bsd/netinet/ |
| H A D | in_arp.c | 1037 ifnet_lladdr_copy_bytes(rt->rt_ifp, LLADDR(gate_ll), in arp_rtrequest()
|