Searched refs:if_clone (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_var.h468 struct if_clone { struct
469 LIST_ENTRY(if_clone) ifc_list; /* on list of cloners */
477 int (*ifc_create)(struct if_clone *, int);
656 void if_clone_attach(struct if_clone *);
657 void if_clone_detach(struct if_clone *);
H A Dif.c134 static struct if_clone *if_clone_lookup(const char *, int *);
146 LIST_HEAD(, if_clone) if_cloners = LIST_HEAD_INITIALIZER(if_cloners);
286 struct if_clone *ifc;
358 struct if_clone *ifc;
394 static struct if_clone *
397 struct if_clone *ifc;
412 return ((struct if_clone *)NULL);
436 if_clone_attach(struct if_clone *ifc)
478 if_clone_detach(struct if_clone *ifc)
494 struct if_clone *if
[all...]
H A Dif_vlan.c357 static int vlan_clone_create(struct if_clone *, int);
375 static struct if_clone vlan_cloner = IF_CLONE_INITIALIZER(VLANNAME,
783 vlan_clone_create(struct if_clone *ifc, int unit)
H A Dif_bond.c649 static int bond_clone_create(struct if_clone *, int);
664 static struct if_clone bond_cloner = IF_CLONE_INITIALIZER(BONDNAME,
1144 bond_clone_create(struct if_clone * ifc, int unit)

Completed in 89 milliseconds