|
ucspi-tcp6 1.13.06
ucspi-tcp6
|
#include <unistd.h>#include "fmt.h"#include "buffer.h"#include "ip.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.
Macros | |
| #define | TIMEOUT 113 |
Functions | |
| int | remoteinfo (stralloc *out, char ipremote[16], uint16 portremote, char iplocal[16], uint16 portlocal, unsigned int timeout, uint32 netif) |
| #define TIMEOUT 113 |
Definition at line 12 of file remoteinfo.c.
| int remoteinfo | ( | stralloc * | out, |
| char | ipremote[16], | ||
| uint16 | portremote, | ||
| char | iplocal[16], | ||
| uint16 | portlocal, | ||
| unsigned int | timeout, | ||
| uint32 | netif ) |
Definition at line 98 of file remoteinfo.c.

