Searched refs:ifnet_lladdr_copy_bytes (Results 1 – 10 of 10) sorted by relevance
| /xnu-8796.141.3/bsd/net/ |
| H A D | ether_inet_pr_module.c | 469 ifnet_lladdr_copy_bytes(ifp, ea->arp_sha, ETHER_ADDR_LEN); in ether_inet_arp() 471 ifnet_lladdr_copy_bytes(ifp, eh->ether_shost, sizeof(eh->ether_shost)); in ether_inet_arp()
|
| H A D | ether_if_module.c | 578 ifnet_lladdr_copy_bytes(ifp, eh->ether_shost, ETHER_ADDR_LEN); in ether_frameout_extended()
|
| H A D | net_stubs.c | 126 STUB(ifnet_lladdr_copy_bytes);
|
| H A D | kpi_interface.h | 2812 extern errno_t ifnet_lladdr_copy_bytes(ifnet_t interface, void *lladdr,
|
| H A D | kpi_interface.c | 2270 ifnet_lladdr_copy_bytes(ifnet_t interface, void *lladdr, size_t length) in ifnet_lladdr_copy_bytes() function
|
| /xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_ethernet.c | 64 ifnet_lladdr_copy_bytes(ifp, fsw->fsw_ether_shost, ETHER_ADDR_LEN); in fsw_ethernet_setup()
|
| H A D | fsw.c | 1050 (void) ifnet_lladdr_copy_bytes(ifp, fsw->fsw_ether_shost, in fsw_ifnet_event_callback()
|
| /xnu-8796.141.3/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 | 56 ifnet_lladdr_copy_bytes(ifp, addr, ETHER_ADDR_LEN); in get_mac_addr()
|
| /xnu-8796.141.3/bsd/netinet/ |
| H A D | in_arp.c | 1049 ifnet_lladdr_copy_bytes(rt->rt_ifp, LLADDR(SDL(gate)), in arp_rtrequest()
|