MCPcopy Index your code
hub / github.com/F-Stack/f-stack / sys_socket

Function sys_socket

freebsd/kern/uipc_syscalls.c:125–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123#endif
124
125int
126sys_socket(struct thread *td, struct socket_args *uap)
127{
128
129 return (kern_socket(td, uap->domain, uap->type, uap->protocol));
130}
131
132int
133kern_socket(struct thread *td, int domain, int type, int protocol)

Callers 2

ff_socketFunction · 0.85
ngctl_socketFunction · 0.85

Calls 1

kern_socketFunction · 0.85

Tested by

no test coverage detected