MCPcopy 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
123int 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

setsockoptFunction · 0.50
setsockoptFunction · 0.50
ff_sys_setsockoptFunction · 0.50
ff_hook_setsockoptFunction · 0.50

Calls 1

ipfw_ctlFunction · 0.70

Tested by

no test coverage detected