wrap_tcp.h
资源名称:socks5.zip [点击查看]
上传用户:sddyfurun
上传日期:2007-01-04
资源大小:525k
文件大小:1k
源码类别:
代理服务器
开发平台:
Unix_Linux
- /* Copyright (c) 1995,1996,1997 NEC Corporation. All rights reserved. */
- /* */
- /* The redistribution, use and modification in source or binary forms of */
- /* this software is subject to the conditions set forth in the copyright */
- /* document ("Copyright") included with this distribution. */
- /*
- * $Id: wrap_tcp.h,v 1.8.2.1.2.1 1998/06/29 22:43:28 salman Exp $
- */
- #ifndef WRAP_TCP_H
- #define WRAP_TCP_H
- int lsTcpBind P((S5IOHandle, CONST ss *, int));
- int lsTcpConnect P((S5IOHandle, CONST ss *, int));
- int lsTcpGetsockname P((S5IOHandle, ss *, int *));
- int lsTcpGetpeername P((S5IOHandle, ss *, int *));
- IORETTYPE lsTcpSend P((S5IOHandle, const IOPTRTYPE, IOLENTYPE, int));
- IORETTYPE lsTcpRecv P((S5IOHandle, IOPTRTYPE, IOLENTYPE, int));
- IORETTYPE lsTcpRecvfrom P((S5IOHandle, IOPTRTYPE, IOLENTYPE, int, const ss *, int *));
- IORETTYPE lsTcpRecvmsg P((S5IOHandle, ms *, int));
- IORETTYPE lsTcpSendmsg P((S5IOHandle, ms *, int));
- #endif