HomeSort by: relevance | last modified time | path
    Searched defs:if_clone (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if.h 153 struct if_clone { struct
154 LIST_ENTRY(if_clone) ifc_list; /* on list of cloners */
158 int (*ifc_create)(struct if_clone *, int);
1243 void if_clone_attach(struct if_clone *);
1244 void if_clone_detach(struct if_clone *);
if.h 153 struct if_clone { struct
154 LIST_ENTRY(if_clone) ifc_list; /* on list of cloners */
158 int (*ifc_create)(struct if_clone *, int);
1243 void if_clone_attach(struct if_clone *);
1244 void if_clone_detach(struct if_clone *);

Completed in 25 milliseconds