#include "wvtcp.h"
#include "wvstreamlist.h"
#include "wvmoniker.h"
#include <fcntl.h>
#include <errno.h>
#include <netdb.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <netinet/tcp.h>
Go to the source code of this file.
Defines | |
#define | SO_ORIGINAL_DST 80 |
Functions | |
IWvStream * | creator (WvStringParm s, IObject *, void *) |
WvMoniker< IWvStream > | reg ("tcp", creator) |
|
Definition at line 188 of file wvtcp.cc. Referenced by WvTCPConn::localaddr(). |
|
Definition at line 34 of file wvtcp.cc. References WvStringParm. |
|
|