Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ if_getflags
Function
if_getflags
freebsd/net/if.c:4170–4174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4168
}
4169
4170
int
4171
if_getflags(if_t ifp)
4172
{
4173
return ((struct ifnet *)ifp)->if_flags;
4174
}
4175
4176
int
4177
if_clearhwassist(if_t ifp)
Callers
5
gen_ioctl
Function · 0.85
awg_setup_rxfilter
Function · 0.85
awg_ioctl
Function · 0.85
iflib_if_ioctl
Function · 0.85
debugnet_connect
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected