📄 documents.htm
字号:
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/snmp-faq-1.1.ascii"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/snmp/snmp-faq-1.1.ascii">snmp-faq-1.1.ascii</A>
</SPAN></P></LI></UL>
<LI>
<P class=vxdemo><SPAN class=style3><B>TCP socket
communication between two systems using socket options
SO_SNDBUF and SO_RCVBUF: </B><BR></SPAN></P>
<UL>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/uxBlastee.c"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/tcp/uxBlastee.c">uxBlastee.c</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/uxBlaster.c"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/tcp/uxBlaster.c">uxBlaster.c</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/vxBlastee.c"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/tcp/vxBlastee.c">vxBlastee.c</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/vxBlaster.c"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/tcp/vxBlaster.c">vxBlaster.c</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/winBlaster.c"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/tcp/winBlaster.c">winBlaster.c</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/README_uxBlastee"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/tcp/README_uxBlastee">README_uxBlastee</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/README_uxBlaster"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/tcp/README_uxBlaster">README_uxBlaster</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/README_vxBlastee"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/tcp/README_vxBlastee">README_vxBlastee</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/README_vxBlaster"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/tcp/README_vxBlaster">README_vxBlaster</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/README_winBlaster"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/tcp/README_winBlaster">README_winBlaster</A>
</SPAN></P></LI></UL>
<LI>
<P class=vxdemo><SPAN class=style3><B>Echo service using
TCP sockets between two systems with socket options
SO_REUSEADDR, SO_KEEPALIVE, TCP_NODELAY and SO_LINGER:
</B><BR></SPAN></P>
<UL>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/echoServer.c"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/tcp/echoServer.c">echoServer.c</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/echoClient.c"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/tcp/echoClient.c">echoClient.c</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/README_echoClient"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/tcp/README_echoClient">README_echoClient</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/README_echoServer"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/tcp/README_echoServer">README_echoServer</A>
</SPAN></P></LI></UL>
<LI>
<P class=vxdemo><SPAN class=style3><B>UDP sockets
communication between UDP server running on a VxWorks
system and UDP client running on a UNIX host:</B>
<BR></SPAN></P>
<UL>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/udpExample.h"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/udp/udpExample.h">udpExample.h</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/vxServer.c"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/udp/vxServer.c">vxServer.c</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/client.h"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/udp/client.h">client.h</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/unixClient.c"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/udp/unixClient.c">unixClient.c</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/README_vxServer"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/udp/README_vxServer">README_vxServer</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/README_unixClient"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/udp/README_unixClient">README_unixClient</A>
</SPAN></P></LI></UL>
<LI>
<P class=vxdemo><SPAN class=style3><B>Broadcasting a
message using UDP sockets communication between two
VxWorks systems. Demo for using the SIOCGIFCONF ioctl
option:</B> <BR></SPAN></P>
<UL>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/broadcastSend.c"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/udp/broadcastSend.c">broadcastSend.c</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/broadcastGet.c"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/udp/broadcastGet.c">broadcastGet.c</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/README_broadcastGet"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/udp/README_broadcastGet">README_broadcastGet</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/README_broadcastSend"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/sockets/udp/README_broadcastSend">README_broadcastSend</A>
</SPAN></P></LI></UL>
<LI>
<P class=vxdemo><SPAN class=style3><B>Using low-level
ethernet routines, etherInputHookAdd and etherOutput:</B>
<BR></SPAN></P>
<UL>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/etherDemo.h"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/ether/etherDemo.h">etherDemo.h</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/etherInputDemo.c"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/ether/etherInputDemo.c">etherInputDemo.c</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/etherOutputDemo.c"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/ether/etherOutputDemo.c">etherOutputDemo.c</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/README_etherInputDemo"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/ether/README_etherInputDemo">README_etherInputDemo</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/README_etherOutputDemo"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/ether/README_etherOutputDemo">README_etherOutputDemo</A>
</SPAN></P></LI></UL>
<LI>
<P class=vxdemo><SPAN class=style3><B>Print the ethernet
address of the Vxworks target network interface:</B>
<BR></SPAN></P>
<UL>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/printEtherAddrs.c"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/ether/printEtherAddrs.c">printEtherAddrs.c</A>
</SPAN></P>
<LI>
<P class=vxdemo><SPAN class=style3><A
href="http://www.logch.com/VxDemo/fiber_Documents.files/Document.files/README_printEtherAddrs"
tppabs="http://www.wrs.com/csdocs/VxDemo/net/ether/README_printEtherAddrs">README_printEtherAddrs</A>
</SPAN></P></LI></UL>
<LI>
<P class=vxdemo><SPAN class=style3><B>Send ICMP ECHO
packets to a network host and elicit ICMP ECHO_RESPONSE
from that host (ping utility on VxWorks target):
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -