home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / comm / amitcp-3.0ß2.lha / AmiTCP / src / amitcp / protos / netinet / raw_ip_protos.h < prev    next >
Encoding:
Text File  |  1993-04-13  |  560 b   |  23 lines

  1. /* Prototypes for functions defined in
  2. raw_ip.c
  3.  */
  4.  
  5. void STKARGFUN rip_input(struct mbuf * m);
  6.  
  7. int STKARGFUN rip_output(register struct mbuf * m,
  8.                struct socket * so);
  9.  
  10. int rip_ctloutput(int op,
  11.                   struct socket * so,
  12.                   int level,
  13.                   int optname,
  14.                   struct mbuf ** m);
  15.  
  16. int rip_usrreq(register struct socket * so,
  17.                int req,
  18.                struct mbuf * m,
  19.                struct mbuf * nam,
  20.              /*struct mbuf * rights,*/
  21.                struct mbuf * control);
  22.  
  23.