OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:if_ioctl
(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,
781
if (ifp->
if_ioctl
== NULL)
782
ifp->
if_ioctl
= ifioctl_common;
1210
ifp->
if_ioctl
= if_nullioctl;
1622
if_ioctlfn = ifp->
if_ioctl
;
1623
ifp->
if_ioctl
= if_nullioctl;
1635
/* We have to restore
if_ioctl
on error */
1637
ifp->
if_ioctl
= if_ioctlfn;
2823
*
if_ioctl
(ifp, cmd, data)
2837
if_ioctl
(struct ifnet *ifp, u_long cmd, void *data
function in typeref:typename:int
[
all
...]
if.h
332
int (*
if_ioctl
) /* :: ioctl routine */
member in struct:ifnet
488
* -
if_ioctl
1150
int
if_ioctl
(struct ifnet *, u_long, void *);
Completed in 14 milliseconds
Indexes created Sun Sep 21 19:09:51 GMT 2025