Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ freeifaddrs
Function
freeifaddrs
tools/compat/getifaddrs.c:343–348 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
341
}
342
343
void
344
freeifaddrs(struct ifaddrs *ifp)
345
{
346
347
free(ifp);
348
}
Callers
9
if_indextoname
Function · 0.85
if_nameindex
Function · 0.85
if_nametoindex
Function · 0.85
intpr
Function · 0.85
fill_iftot
Function · 0.85
prepare_ifmap
Function · 0.85
main
Function · 0.85
setip6eui64
Function · 0.85
getaddr
Function · 0.85
Calls
1
free
Function · 0.50
Tested by
no test coverage detected