Searched refs:IF_LLADDR (Results 1 – 12 of 12) sorted by relevance
| /xnu-12377.61.12/bsd/net/ |
| H A D | ether_if_module.c | 482 if (_ether_cmp(eh->ether_dhost, IF_LLADDR(ifp))) { in ether_demux() 658 } else if (_ether_cmp(dst_laddr, IF_LLADDR(ifp)) == 0) { in ether_frameout_extended() 690 (void) memcpy(eh->ether_shost, IF_LLADDR(ifp), ETHER_ADDR_LEN); in ether_frameout_extended()
|
| H A D | bridgestp.c | 321 memcpy(eh->ether_shost, IF_LLADDR(ifp), ETHER_ADDR_LEN); in bstp_transmit_tcn() 437 memcpy(eh->ether_shost, IF_LLADDR(ifp), ETHER_ADDR_LEN); in bstp_send_bpdu() 2219 if (bstp_addr_cmp(IF_LLADDR(ifp), llzero) == 0) { in bstp_reinit() 2227 if (bstp_addr_cmp(IF_LLADDR(ifp), IF_LLADDR(mif)) < 0) { in bstp_reinit() 2249 e_addr = IF_LLADDR(mif); in bstp_reinit()
|
| H A D | if_bond.c | 1023 b = bond_globals_create(0x8000, (lacp_system_ref)IF_LLADDR(ifp)); in bond_globals_init() 2221 (uint8_t *__indexable)IF_LLADDR(port_ifp)); in bond_add_interface() 2232 ifnet_set_lladdr_and_type(ifp, IF_LLADDR(port_ifp), ETHER_ADDR_LEN, in bond_add_interface() 2285 (const struct ether_addr *)IF_LLADDR(ifp)); in bond_add_interface() 2287 if (memcmp(IF_LLADDR(ifp), IF_LLADDR(port_ifp), ETHER_ADDR_LEN) in bond_add_interface() 2501 && bcmp(&p->po_saved_addr, IF_LLADDR(ifp), in bond_remove_interface() 2546 (const struct ether_addr *) IF_LLADDR(ifp)); in bond_remove_interface()
|
| H A D | ether_inet_pr_module.c | 368 (struct ether_addr *)IF_LLADDR(ifp)); in ether_inet_prmod_ioctl()
|
| H A D | if_bridge.c | 1748 IF_LLADDR(sc2->sc_ifp)) == 0) { in bridge_clone_create() 2738 bcopy(IF_LLADDR(fif), eaddr, ETHER_ADDR_LEN); in bridge_delete_member() 2947 _ether_cmp(IF_LLADDR(sc->sc_ifp), sc->sc_defaddr) == 0) { in bridge_ioctl_add() 2948 bcopy(IF_LLADDR(ifs), eaddr, ETHER_ADDR_LEN); in bridge_ioctl_add() 6216 bridge_mac_nat_translate(&mc, &mnr, IF_LLADDR(dst_if)); 7777 bridge_create_mac_nat_entry_ipv4(sc, mac_nat_bif, &sin.sin_addr, IF_LLADDR(ifp)); 7797 bridge_create_mac_nat_entry_ipv6(sc, mac_nat_bif, &sin6.sin6_addr, IF_LLADDR(ifp)); 8624 IF_LLADDR(dst_if)); 8667 IF_LLADDR(dst_if)); 9581 if (_ether_cmp(IF_LLADDR(bif->bif_ifp), lladdr) == 0) { [all …]
|
| H A D | if_vlan.c | 1354 ifnet_set_lladdr_and_type(ifp, IF_LLADDR(p), ETHER_ADDR_LEN, IFT_ETHER); in vlan_config()
|
| H A D | if_var_private.h | 1595 #define IF_LLADDR(_ifp) if_inline_lladdr(_ifp) macro
|
| H A D | dlil.c | 6632 memcpy(node, IF_LLADDR(ifp), ETHER_ADDR_LEN); in uuid_get_ethernet()
|
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | in_arp.c | 1723 bcmp(IF_LLADDR(ia->ia_ifp), IF_LLADDR(ifp), ifp->if_addrlen) == 0 && \ in arp_ip_handle_input() 1782 if (bcmp(CONST_LLADDR(sender_hw), IF_LLADDR(ifp), in arp_ip_handle_input()
|
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_ethernet.c | 592 if (_ether_cmp(eh->ether_dhost, IF_LLADDR(fsw->fsw_ifp))) { in fsw_ethernet_demux()
|
| /xnu-12377.61.12/bsd/netinet6/ |
| H A D | in6_ifattach.c | 277 addr = (const u_int8_t *) IF_LLADDR(ifp); in in6_iid_from_hw()
|
| H A D | nd6.h | 932 return (caddr_t)IF_LLADDR(ifp); in nd6_ifptomac()
|