Home
last modified time | relevance | path

Searched defs:if_clone (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/net/
H A Dif_var.h1400 struct if_clone { struct
1409 struct zone *ifc_zone; /* if_clone allocation zone */ argument
1410 int (*ifc_create)(struct if_clone *, u_int32_t, void *); argument
1411 int (*ifc_destroy)(struct ifnet *);
1412 uint8_t ifc_namelen; /* length of name */
1413 char ifc_name[IFNAMSIZ + 1]; /* name of device, e.g. `vlan' */