binaryninja/personal/scc-docs/getpeername.txt

14 lines
365 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01: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]