Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ff_setsockopt
Function
ff_setsockopt
tools/ipfw/compat.c:123–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
int ff_setsockopt(int sockfd, int level, int optname,
124
const void *optval, socklen_t optlen)
125
{
126
return ipfw_ctl(FF_IPFW_SET, level, optname, (void *)optval, &optlen);
127
}
128
Callers
4
setsockopt
Function · 0.50
setsockopt
Function · 0.50
ff_sys_setsockopt
Function · 0.50
ff_hook_setsockopt
Function · 0.50
Calls
1
ipfw_ctl
Function · 0.70
Tested by
no test coverage detected