⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tcp_h source file.htm

📁 关于PPP点对点协议的一些详细资料
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0044)http://www.italios.it/os1/tcp_8h-source.html -->
<HTML><HEAD><TITLE>tcp.h Source File</TITLE>
<META http-equiv=Content-Type content=text/html;charset=iso-8859-1><LINK 
href="tcp_h Source File.files/doxygen.css" type=text/css rel=stylesheet>
<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY><!-- Generato da Doxygen 1.3-rc3 -->
<CENTER><A class=qindex href="http://www.italios.it/os1/index.html">Pagina 
Principale</A> &nbsp; <A class=qindex 
href="http://www.italios.it/os1/annotated.html">Lista dei composti</A> &nbsp; <A 
class=qindex href="http://www.italios.it/os1/files.html">Lista dei file</A> 
&nbsp; <A class=qindex href="http://www.italios.it/os1/functions.html">Membri 
dei composti</A> &nbsp; <A class=qindex 
href="http://www.italios.it/os1/globals.html">Membri dei file</A> &nbsp; 
</CENTER>
<HR>

<H1>tcp.h</H1><A href="http://www.italios.it/os1/tcp_8h.html">Vai alla 
documentazione di questo file.</A>
<DIV class=fragment><PRE>00001 <SPAN class=preprocessor>#ifndef _TCP_H_</SPAN>
00002 <SPAN class=preprocessor></SPAN><SPAN class=preprocessor>#define _TCP_H_</SPAN>
00003 <SPAN class=preprocessor></SPAN>
00004 <SPAN class=preprocessor>#include &lt;<A class=code href="http://www.italios.it/os1/net_2rete_8h.html">rete.h</A>&gt;</SPAN>
00005 u_char connettiTCP(u_char *sk,u_int Ip,u_short Porta);<SPAN class=comment>/* instaurazione di una sessione TCP */</SPAN>
00006 u_char disconnettiTCP(u_char sk);<SPAN class=comment>/* disconnessione di una sessione TCP */</SPAN>
00007 u_char TxTCP(u_char sk,u_char *buffTCP,u_short lungh);<SPAN class=comment>/* invio dati tramite una sessione TCP */</SPAN>
00008 u_char TxTCPstr(u_char sk,u_char *buff2);<SPAN class=comment>/* invio dati tramite una sessione TCP con l'aggiunta di CR e LF*/</SPAN>
00009 u_short RxTCP(u_char sk,u_char *buffTCP,u_short lungh);<SPAN class=comment>/* ricezione dati da una sessione TCP */</SPAN>
00010 u_short RxTCPstr(u_char sk,u_char *buffTCP,u_short lungh);<SPAN class=comment>/* ricezione di una stringa da una sessione TCP */</SPAN>
00011 
00012 <SPAN class=comment>/* funzioni di sistema richiamate dalla funzione reteRX() */</SPAN>
00013 u_char riceviTCP(u_char sk,u_int Ip,u_char *buffTCP,u_short lungh);
00014 u_char nonsoTCP(u_int Ip,u_char *buffTCP,u_short lungh);
00015 <SPAN class=keywordtype>void</SPAN> TimeoutTCP();
00016 <SPAN class=preprocessor>#endif</SPAN>
</PRE></DIV>
<HR>

<ADDRESS style="align: right"><SMALL>Generato il Tue Jun 17 15:27:45 2003 per 
ItaliOs da <A href="http://www.doxygen.org/index.html"><IMG height=53 
alt=doxygen src="tcp_h Source File.files/doxygen.png" width=110 align=middle 
border=0></A>1.3-rc3 </SMALL></ADDRESS></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -