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

Function sys_getsockname

freebsd/kern/uipc_syscalls.c:1418–1423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1416}
1417
1418int
1419sys_getsockname(struct thread *td, struct getsockname_args *uap)
1420{
1421
1422 return (getsockname1(td, uap, 0));
1423}
1424
1425#ifdef COMPAT_OLDSOCK
1426int

Callers

nothing calls this directly

Calls 1

getsockname1Function · 0.85

Tested by

no test coverage detected