binaryninja/commercial/scc-docs/getpeername.txt

14 lines
365 B
Plaintext
Raw Normal View History

2018-12-13 18:39:52 +00:00
getpeername
===========
:title: Shellcode Compiler Runtime
---------------------------------------------
int getpeername(int sockfd, struct sockaddr* addr, socklen_t* addrlen);
---------------------------------------------
Fills the `addr` structure with the address to which socket `sockfd` is connected to.
See also
--------
link:getsockname.html[getsockname]