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

Function ogetsockname

freebsd/kern/uipc_syscalls.c:1426–1431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1424
1425#ifdef COMPAT_OLDSOCK
1426int
1427ogetsockname(struct thread *td, struct getsockname_args *uap)
1428{
1429
1430 return (getsockname1(td, uap, 1));
1431}
1432#endif /* COMPAT_OLDSOCK */
1433
1434/*

Callers

nothing calls this directly

Calls 1

getsockname1Function · 0.85

Tested by

no test coverage detected