MCPcopy 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
4170int
4171if_getflags(if_t ifp)
4172{
4173 return ((struct ifnet *)ifp)->if_flags;
4174}
4175
4176int
4177if_clearhwassist(if_t ifp)

Callers 5

gen_ioctlFunction · 0.85
awg_setup_rxfilterFunction · 0.85
awg_ioctlFunction · 0.85
iflib_if_ioctlFunction · 0.85
debugnet_connectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected