MCPcopy 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
440int
441sys_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
449int
450sys_accept4(td, uap)

Callers

nothing calls this directly

Calls 1

accept1Function · 0.85

Tested by

no test coverage detected