home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / src / amitcp / protos / netinet / tcp_usrreq_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-05  |  541 b   |  23 lines

  1. /* Prototypes for functions defined in
  2. tcp_usrreq.c
  3.  */
  4.  
  5. int tcp_usrreq(struct socket * so,
  6.                int req,
  7.                struct mbuf * m,
  8.                struct mbuf * nam,
  9.                struct mbuf * control);
  10.  
  11. int tcp_ctloutput(int op,
  12.                   struct socket * so,
  13.                   int level,
  14.                   int optname,
  15.                   struct mbuf ** mp);
  16.  
  17. int tcp_attach(struct socket * so);
  18.  
  19. struct tcpcb * tcp_disconnect(register struct tcpcb * tp);
  20.  
  21. struct tcpcb * tcp_usrclosed(register struct tcpcb * tp);
  22.  
  23.