Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ if_getdrvflags
Function
if_getdrvflags
freebsd/net/if.c:4140–4144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4138
}
4139
4140
int
4141
if_getdrvflags(if_t ifp)
4142
{
4143
return ((struct ifnet *)ifp)->if_drv_flags;
4144
}
4145
4146
int
4147
if_setdrvflags(if_t ifp, int flags)
Callers
15
gen_init_locked
Function · 0.85
gen_start_locked
Function · 0.85
gen_ioctl
Function · 0.85
gen_tick
Function · 0.85
gen_update_link_locked
Function · 0.85
awg_miibus_statchg
Function · 0.85
awg_start_locked
Function · 0.85
awg_init_locked
Function · 0.85
awg_ioctl
Function · 0.85
awg_poll
Function · 0.85
awg_tick
Function · 0.85
iflib_timer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected