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

  /src/sys/net/
if_bridge.c 242 static void bridge_stop(struct ifnet *, int);
447 ifp->if_stop = bridge_stop;
480 bridge_stop(ifp, 1);
1463 * bridge_stop:
1468 bridge_stop(struct ifnet *ifp, int disable) function in typeref:typename:void
if_bridge.c 242 static void bridge_stop(struct ifnet *, int);
447 ifp->if_stop = bridge_stop;
480 bridge_stop(ifp, 1);
1463 * bridge_stop:
1468 bridge_stop(struct ifnet *ifp, int disable) function in typeref:typename:void
if_bridge.c 242 static void bridge_stop(struct ifnet *, int);
447 ifp->if_stop = bridge_stop;
480 bridge_stop(ifp, 1);
1463 * bridge_stop:
1468 bridge_stop(struct ifnet *ifp, int disable) function in typeref:typename:void

Completed in 100 milliseconds