wrap_udp.h
上传用户:sddyfurun
上传日期:2007-01-04
资源大小:525k
文件大小:1k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. /* Copyright (c) 1995,1996,1997 NEC Corporation.  All rights reserved.       */
  2. /*                                                                           */
  3. /* The redistribution, use and modification in source or binary forms of     */
  4. /* this software is subject to the conditions set forth in the copyright     */
  5. /* document ("Copyright") included with this distribution.                   */
  6. /*
  7.  * $Id: wrap_udp.h,v 1.8.4.1 1998/06/29 22:44:11 salman Exp $
  8.  */
  9. #ifndef UDP_WRAPPER_H
  10. #define UDP_WRAPPER_H
  11. int lsUdpBind         P((S5IOHandle, CONST ss *, int));
  12. int lsUdpConnect      P((S5IOHandle, CONST ss *, int));
  13. int lsUdpGetpeername  P((S5IOHandle,       ss *, int *));
  14. int lsUdpGetsockname  P((S5IOHandle,       ss *, int *));
  15. IORETTYPE lsUdpSend         P((S5IOHandle, const IOPTRTYPE, IOLENTYPE, int));
  16. IORETTYPE lsUdpSendto       P((S5IOHandle, const IOPTRTYPE, IOLENTYPE, int, const ss *, int));
  17. IORETTYPE lsUdpRecvfrom     P((S5IOHandle,       IOPTRTYPE, IOLENTYPE, int, const ss *, int *, int));
  18. IORETTYPE lsUdpSendmsg         P((S5IOHandle, const ms *, int));
  19. IORETTYPE lsUdpRecvmsg         P((S5IOHandle, const ms *, int));
  20. #endif