home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / ncsat.cpt / Telnet2.5 final / tcpip / tcp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-04-05  |  171 b   |  13 lines

  1. extern int tcpinterpret
  2.   (
  3.     TCPKT *p,
  4.     int tlen,                /* BYU 2.4.15 */
  5.     short fromSLIP            /* BYU 2.4.15 */
  6.   );
  7.  
  8. extern void tcpsend
  9.   (
  10.     struct port *pport,
  11.     int dlen
  12.   );
  13.