MCPcopy 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
4076int
4077if_getcapabilities(if_t ifp)
4078{
4079 return ((struct ifnet *)ifp)->if_capabilities;
4080}
4081
4082int
4083if_setcapenable(if_t ifp, int capabilities)

Callers 7

gen_attachFunction · 0.85
awg_attachFunction · 0.85
iflib_txsd_allocFunction · 0.85
iflib_device_registerFunction · 0.85
iflib_pseudo_registerFunction · 0.85
iflib_rx_structures_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected