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

  /src/sys/net/
if_vlan.c 206 static int vlan_ioctl(struct ifnet *, u_long, void *);
363 ifp->if_ioctl = vlan_ioctl;
634 /* Restore vlan_ioctl overwritten by ether_ifdetach */
635 ifp->if_ioctl = vlan_ioctl;
848 vlan_ioctl(struct ifnet *ifp, u_long cmd, void *data) function in typeref:typename:int
if_vlan.c 206 static int vlan_ioctl(struct ifnet *, u_long, void *);
363 ifp->if_ioctl = vlan_ioctl;
634 /* Restore vlan_ioctl overwritten by ether_ifdetach */
635 ifp->if_ioctl = vlan_ioctl;
848 vlan_ioctl(struct ifnet *ifp, u_long cmd, void *data) function in typeref:typename:int

Completed in 26 milliseconds