OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:if_stop
(Results
1 - 2
of
2
) sorted by relevancy
/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.h
336
void (*
if_stop
) /* :: stop routine */
member in struct:ifnet
490
* -
if_stop
1152
void
if_stop
(struct ifnet *, int);
Completed in 14 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025