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

Function kern_accept

freebsd/kern/uipc_syscalls.c:316–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316int
317kern_accept(struct thread *td, int s, struct sockaddr **name,
318 socklen_t *namelen, struct file **fp)
319{
320 return (kern_accept4(td, s, name, namelen, ACCEPT4_INHERIT, fp));
321}
322
323int
324kern_accept4(struct thread *td, int s, struct sockaddr **name,

Callers 1

ff_acceptFunction · 0.85

Calls 1

kern_accept4Function · 0.85

Tested by

no test coverage detected