Searched refs:CONST_LLADDR (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.81.4/bsd/net/ |
| H A D | sockaddr_utils.h | 403 #if defined(CONST_LLADDR) 404 #undef CONST_LLADDR 406 #define CONST_LLADDR(s) ((const uint8_t *)LLADDR((s))) macro
|
| H A D | if_dl.h | 116 #define CONST_LLADDR(s) ((const u_char*)(s) + __offsetof(struct sockaddr_dl, sdl_data) + (s)->sdl_n… macro
|
| H A D | ether_inet_pr_module.c | 474 bcopy(CONST_LLADDR(sender_hw), ea->arp_sha, in ether_inet_arp() 515 bcopy(CONST_LLADDR(target_hw), ea->arp_tha, in ether_inet_arp() 517 bcopy(CONST_LLADDR(target_hw), eh->ether_dhost, in ether_inet_arp()
|
| H A D | ether_if_module.c | 717 e_addr = CONST_LLADDR(SDL(proto_addr)); in ether_check_multi()
|
| H A D | dlil_subr.c | 331 bcopy(CONST_LLADDR(ll_addr), LLADDR(addr_sdl), addr_sdl->sdl_alen); in dlil_alloc_lladdr()
|
| H A D | dlil.c | 4942 bcopy(CONST_LLADDR(ll_addr), in ifnet_attach() 6772 bytes = CONST_LLADDR(sdl); in dlil_ifaddr_bytes()
|
| H A D | route.c | 875 if (bytes != CONST_LLADDR(sdl)) { in rtm_scrub()
|
| H A D | if.c | 5681 aptr = CONST_LLADDR(sdl_original); in copy_and_normalize()
|
| H A D | if_bridge.c | 1454 for (i = 0, lladdr = CONST_LLADDR(sdl); in brlog_link()
|
| /xnu-12377.81.4/bsd/netinet/ |
| H A D | in_arp.c | 1109 const uint8_t *lladdr = CONST_LLADDR(sdl); in sdl_addr_to_hex() 1782 if (bcmp(CONST_LLADDR(sender_hw), IF_LLADDR(ifp), in arp_ip_handle_input() 1811 bcopy(CONST_LLADDR(sender_hw), (caddr_t)in_collision->hw_addr, in arp_ip_handle_input() 1875 bcmp(CONST_LLADDR(gateway), CONST_LLADDR(sender_hw), in arp_ip_handle_input() 2064 CONST_LLADDR(sender_hw), gateway->sdl_alen) != 0) { in arp_ip_handle_input() 2090 bcopy(CONST_LLADDR(sender_hw), LLADDR(gateway), gateway->sdl_alen); in arp_ip_handle_input()
|