Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ sys_getpeername
Function
sys_getpeername
freebsd/kern/uipc_syscalls.c:1509–1514 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1507
}
1508
1509
int
1510
sys_getpeername(struct thread *td, struct getpeername_args *uap)
1511
{
1512
1513
return (getpeername1(td, uap, 0));
1514
}
1515
1516
#ifdef COMPAT_OLDSOCK
1517
int
Callers
nothing calls this directly
Calls
1
getpeername1
Function · 0.85
Tested by
no test coverage detected