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

Function oaccept

freebsd/kern/uipc_syscalls.c:462–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460
461#ifdef COMPAT_OLDSOCK
462int
463oaccept(struct thread *td, struct oaccept_args *uap)
464{
465
466 return (accept1(td, uap->s, uap->name, uap->anamelen,
467 ACCEPT4_INHERIT | ACCEPT4_COMPAT));
468}
469#endif /* COMPAT_OLDSOCK */
470
471int

Callers

nothing calls this directly

Calls 1

accept1Function · 0.85

Tested by

no test coverage detected