home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / ncsat.cpt / Telnet2.5 final / tcpip / datalayer.h < prev    next >
Encoding:
Text File  |  1991-12-23  |  276 b   |  23 lines

  1. void DoBoxDataSend
  2.   (
  3.     void *theBufferPtr,
  4.     int theLength
  5.   );
  6.  
  7.  
  8. int DoBoxDataRequest    /* Returns packet length or zero */
  9.   (
  10.     void *theBufferPtr
  11.   );
  12.  
  13. int DoBoxAddrRequest
  14.   (
  15.     unsigned char *theBufferPtr
  16.   );
  17.  
  18. void DoBoxCommand
  19.   (
  20.     void *theBufferPtr,
  21.     int theLength
  22.   );
  23.