Searched refs:if_clone_attach (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_pflog.c132 (void) if_clone_attach(&pflog_cloner);
H A Dif_var.h919 extern int if_clone_attach(struct if_clone *);
H A Dif_vlan.c932 error = if_clone_attach(&vlan_cloner);
H A Dkpi_interface.c2114 error = if_clone_attach(ifc);
2116 printf("%s: if_clone_attach failed %d\n", __func__, error);
H A Dif.c594 if_clone_attach(struct if_clone *ifc) function
H A Dif_bond.c1084 if ((error = if_clone_attach(&bond_cloner)) != 0)

Completed in 98 milliseconds