Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ sys_accept
Function
sys_accept
freebsd/kern/uipc_syscalls.c:440–447 ·
view source on GitHub ↗
(td, uap)
Source
from the content-addressed store, hash-verified
438
}
439
440
int
441
sys_accept(td, uap)
442
struct thread *td;
443
struct accept_args *uap;
444
{
445
446
return (accept1(td, uap->s, uap->name, uap->anamelen, ACCEPT4_INHERIT));
447
}
448
449
int
450
sys_accept4(td, uap)
Callers
nothing calls this directly
Calls
1
accept1
Function · 0.85
Tested by
no test coverage detected