Searched refs:IF_LLADDR (Results 1 – 12 of 12) sorted by relevance
| /xnu-11215/bsd/net/ |
| H A D | ether_if_module.c | 477 if (_ether_cmp(eh->ether_dhost, IF_LLADDR(ifp))) { in ether_demux() 652 } else if (_ether_cmp(edst, IF_LLADDR(ifp)) == 0) { in ether_frameout_extended() 684 (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_bridge.c | 1621 IF_LLADDR(sc2->sc_ifp)) == 0) { in bridge_clone_create() 2581 bcopy(IF_LLADDR(fif), eaddr, ETHER_ADDR_LEN); in bridge_delete_member() 2791 bcopy(IF_LLADDR(ifs), eaddr, ETHER_ADDR_LEN); in bridge_ioctl_add() 5897 bridge_mac_nat_translate(&m, &mnr, IF_LLADDR(dst_if)); 6445 if (_ether_cmp(dhost, IF_LLADDR(bridge_ifp)) == 0 && 6614 bridge_mac_nat_translate(&mc, &mnr, IF_LLADDR(dst_if)); 9207 IF_LLADDR(dst_if)); 9250 IF_LLADDR(dst_if)); 10122 if (_ether_cmp(IF_LLADDR(bif->bif_ifp), lladdr) == 0) { 10351 _ether_cmp(dhost, IF_LLADDR(bridge_ifp)) == 0 && [all …]
|
| H A D | if_bond.c | 1022 b = bond_globals_create(0x8000, (lacp_system_ref)IF_LLADDR(ifp)); in bond_globals_init() 2220 (uint8_t *__indexable)IF_LLADDR(port_ifp)); in bond_add_interface() 2231 ifnet_set_lladdr_and_type(ifp, IF_LLADDR(port_ifp), ETHER_ADDR_LEN, in bond_add_interface() 2284 (const struct ether_addr *)IF_LLADDR(ifp)); in bond_add_interface() 2286 if (memcmp(IF_LLADDR(ifp), IF_LLADDR(port_ifp), ETHER_ADDR_LEN) in bond_add_interface() 2500 && bcmp(&p->po_saved_addr, IF_LLADDR(ifp), in bond_remove_interface() 2545 (const struct ether_addr *) IF_LLADDR(ifp)); in bond_remove_interface()
|
| H A D | ether_inet_pr_module.c | 370 (struct ether_addr *)IF_LLADDR(ifp)); in ether_inet_prmod_ioctl()
|
| H A D | if_var_private.h | 1459 #define IF_LLADDR(_ifp) if_inline_lladdr(_ifp) macro
|
| 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 | dlil.c | 10732 memcpy(node, IF_LLADDR(ifp), ETHER_ADDR_LEN); in uuid_get_ethernet()
|
| /xnu-11215/bsd/netinet/ |
| H A D | in_arp.c | 1709 bcmp(IF_LLADDR(ia->ia_ifp), IF_LLADDR(ifp), ifp->if_addrlen) == 0 && \ in arp_ip_handle_input() 1768 if (bcmp(CONST_LLADDR(sender_hw), IF_LLADDR(ifp), in arp_ip_handle_input()
|
| /xnu-11215/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_ethernet.c | 591 if (_ether_cmp(eh->ether_dhost, IF_LLADDR(fsw->fsw_ifp))) { in fsw_ethernet_demux()
|
| /xnu-11215/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 | 900 return (caddr_t)IF_LLADDR(ifp); in nd6_ifptomac()
|