Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1418
int
1419
sys_getsockname(struct thread *td, struct getsockname_args *uap)
1420
{
1421
1422
return (getsockname1(td, uap, 0));
1423
}
1424
1425
#ifdef COMPAT_OLDSOCK
1426
int
Callers
nothing calls this directly
Calls
1
getsockname1
Function · 0.85
Tested by
no test coverage detected