OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:if_stop
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if.c
777
* If the driver has not supplied its own if_ioctl or
if_stop
,
782
if (ifp->
if_stop
== NULL)
783
ifp->
if_stop
= if_nullstop;
1211
ifp->
if_stop
= if_nullstop;
1823
*
if_stop
.
2828
*
if_stop
(ifp, disable)
2838
if_stop
(struct ifnet *ifp, int disable)
function
2843
(*ifp->
if_stop
)(ifp, disable);
if.h
336
void (*
if_stop
) /* :: stop routine */
member in struct:ifnet
495
* -
if_stop
1157
void
if_stop
(struct ifnet *, int);
Completed in 70 milliseconds
Indexes created Thu Sep 17 00:24:55 UTC 2026