![]() |
ucspi-ssl
0.12.7
ucspi-ssl
|
#include <unistd.h>#include "fmt.h"#include "buffer.h"#include "socket_if.h"#include "error.h"#include "iopause.h"#include "timeoutconn.h"#include "dnsresolv.h"#include "remoteinfo.h"
Go to the source code of this file.
Functions | |
| int | remoteinfo (stralloc *out, char ipremote[16], uint16 portremote, char iplocal[16], uint16 portlocal, unsigned int timeout, uint32 netif) |
| int remoteinfo | ( | stralloc * | out, |
| char | ipremote[16], | ||
| uint16 | portremote, | ||
| char | iplocal[16], | ||
| uint16 | portlocal, | ||
| unsigned int | timeout, | ||
| uint32 | netif | ||
| ) |
Definition at line 86 of file remoteinfo.c.