00001 #ifndef _SYS_SOCKETADDS_H_ 00002 #define _SYS_SOCKETADDS_H_ 00003 #include <sys/sock_var.h> 00004 00030 extern int TcpConnect(TCPSOCKET *sock, u_long addr, u_short port, u_short lport); 00031 00035 #endif