Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/F-Stack/f-stack
/ ff_socket
Function
ff_socket
tools/ipfw/compat.c:111–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
int
112
ff_socket(int domain, int type, int protocol)
113
{
114
return 0;
115
}
116
117
int ff_getsockopt(int sockfd, int level, int optname,
118
void *optval, socklen_t *optlen)
Callers
7
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
socket
Function · 0.50
socket
Function · 0.50
ff_sys_socket
Function · 0.50
ff_hook_socket
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected