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

  /src/sys/net/
if_vlan.c 203 static int vlan_clone_create(struct if_clone *, int);
240 IF_CLONE_INITIALIZER("vlan", vlan_clone_create, vlan_clone_destroy);
331 vlan_clone_create(struct if_clone *ifc, int unit) function in typeref:typename:int

Completed in 13 milliseconds