Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ if_getcapabilities
Function
if_getcapabilities
freebsd/net/if.c:4076–4080 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4074
}
4075
4076
int
4077
if_getcapabilities(if_t ifp)
4078
{
4079
return ((struct ifnet *)ifp)->if_capabilities;
4080
}
4081
4082
int
4083
if_setcapenable(if_t ifp, int capabilities)
Callers
7
gen_attach
Function · 0.85
awg_attach
Function · 0.85
iflib_txsd_alloc
Function · 0.85
iflib_device_register
Function · 0.85
iflib_pseudo_register
Function · 0.85
iflib_rx_structures_setup
Function · 0.85
iflib_rx_structures_free
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected