Home
last modified time | relevance | path

Searched refs:ifnet_attach (Results 1 – 18 of 18) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dif_pflog.c221 error = ifnet_attach(pflogif->sc_if, NULL); in pflog_clone_create()
H A Dremote_vif.c179 err = ifnet_attach(client->_ifp, NULL); in rvi_create_if()
H A Diptap.c207 error = ifnet_attach(iptap->iptap_ifp, NULL); in iptap_clone_create()
H A Ddroptap.c143 error = ifnet_attach(droptap->dtap_ifp, NULL); in droptap_clone_create()
H A Dnet_stubs.c94 STUB(ifnet_attach);
H A Dif_loop.c695 result = ifnet_attach(lo_ifp, NULL); in loopattach()
H A Dif_stf.c354 error = ifnet_attach(sc->sc_if, NULL); in stfattach()
H A Dif_gif.c386 error = ifnet_attach(sc->gif_if, NULL); in gif_clone_create()
H A Dkpi_interface.h1755 extern errno_t ifnet_attach(ifnet_t interface,
H A Dif_vlan.c948 error = ifnet_attach(ifp, NULL); in vlan_clone_create()
H A Dpktap.c290 error = ifnet_attach(pktap->pktp_ifp, NULL); in pktap_clone_create()
H A Dif_utun.c1981 result = ifnet_attach(pcb->utun_ifp, NULL); in utun_ctl_connect()
H A Dif_fake.c3705 error = ifnet_attach(ifp, NULL); in feth_clone_create()
H A Dif_ipsec.c2712 result = ifnet_attach(pcb->ipsec_ifp, NULL); in ipsec_ctl_connect()
H A Dif_bond.c1244 error = ifnet_attach(ifp, NULL); in bond_clone_create()
H A Ddlil.c4815 ifnet_attach(ifnet_t ifp, const struct sockaddr_dl *ll_addr) in ifnet_attach() function
H A Dif_bridge.c1760 error = ifnet_attach(ifp, NULL); in bridge_clone_create()
/xnu-12377.61.12/bsd/skywalk/nexus/
H A Dnexus_kern.c1140 err = ifnet_attach(ifp, init->nxneti_lladdr); in kern_nexus_controller_alloc_net_provider_instance()