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

Function ogetpeername

freebsd/kern/uipc_syscalls.c:1517–1523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1515
1516#ifdef COMPAT_OLDSOCK
1517int
1518ogetpeername(struct thread *td, struct ogetpeername_args *uap)
1519{
1520
1521 /* XXX uap should have type `getpeername_args *' to begin with. */
1522 return (getpeername1(td, (struct getpeername_args *)uap, 1));
1523}
1524#endif /* COMPAT_OLDSOCK */
1525
1526static int

Callers

nothing calls this directly

Calls 1

getpeername1Function · 0.85

Tested by

no test coverage detected