/src/sys/net/ |
if.c | 778 * If the driver has not supplied its own if_ioctl or if_stop, 783 if (ifp->if_stop == NULL) 784 ifp->if_stop = if_nullstop; 1212 ifp->if_stop = if_nullstop; 1826 * if_stop. 2871 * if_stop(ifp, disable) 2881 if_stop(struct ifnet *ifp, int disable) function in typeref:typename:void 2886 (*ifp->if_stop)(ifp, disable);
|
if.c | 778 * If the driver has not supplied its own if_ioctl or if_stop, 783 if (ifp->if_stop == NULL) 784 ifp->if_stop = if_nullstop; 1212 ifp->if_stop = if_nullstop; 1826 * if_stop. 2871 * if_stop(ifp, disable) 2881 if_stop(struct ifnet *ifp, int disable) function in typeref:typename:void 2886 (*ifp->if_stop)(ifp, disable);
|
if.h | 336 void (*if_stop) /* :: stop routine */ member in struct:ifnet 490 * - if_stop 1152 void if_stop(struct ifnet *, int);
|
if.h | 336 void (*if_stop) /* :: stop routine */ member in struct:ifnet 490 * - if_stop 1152 void if_stop(struct ifnet *, int);
|