MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ff_getsockopt

Function ff_getsockopt

tools/ipfw/compat.c:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117int ff_getsockopt(int sockfd, int level, int optname,
118 void *optval, socklen_t *optlen)
119{
120 return ipfw_ctl(FF_IPFW_GET, level, optname, optval, optlen);
121}
122
123int ff_setsockopt(int sockfd, int level, int optname,
124 const void *optval, socklen_t optlen)

Callers 2

getsockoptFunction · 0.50
ff_sys_getsockoptFunction · 0.50

Calls 1

ipfw_ctlFunction · 0.70

Tested by

no test coverage detected