socklib.rtn

来自「Tornado 的manuals 很全面,国内的书大部分是翻译的它。经常需要查阅」· RTN 代码 · 共 18 行

RTN
18
字号
socket {open a socket} {<b>socket\(&nbsp;\)</b>} {<b><a href="./sockLib.html#socket">socket</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}bind {bind a name to a socket} {<b>bind\(&nbsp;\)</b>} {<b><a href="./sockLib.html#bind">bind</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}listen {enable connections to a socket} {<b>listen\(&nbsp;\)</b>} {<b><a href="./sockLib.html#listen">listen</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}accept {accept a connection from a socket} {<b>accept\(&nbsp;\)</b>} {<b><a href="./sockLib.html#accept">accept</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}connect {initiate a connection to a socket} {<b>connect\(&nbsp;\)</b>} {<b><a href="./sockLib.html#connect">connect</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}connectWithTimeout {attempt socket connection within a specified duration} {<b>connectWithTimeout\(&nbsp;\)</b>} {<b><a href="./sockLib.html#connectWithTimeout">connectWithTimeout</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}sendto {send a message to a socket} {<b>sendto\(&nbsp;\)</b>} {<b><a href="./sockLib.html#sendto">sendto</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}send {send data to a socket} {<b>send\(&nbsp;\)</b>} {<b><a href="./sockLib.html#send">send</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}sendmsg {send a message to a socket} {<b>sendmsg\(&nbsp;\)</b>} {<b><a href="./sockLib.html#sendmsg">sendmsg</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}recvfrom {receive a message from a socket} {<b>recvfrom\(&nbsp;\)</b>} {<b><a href="./sockLib.html#recvfrom">recvfrom</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}recv {receive data from a socket} {<b>recv\(&nbsp;\)</b>} {<b><a href="./sockLib.html#recv">recv</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}recvmsg {receive a message from a socket} {<b>recvmsg\(&nbsp;\)</b>} {<b><a href="./sockLib.html#recvmsg">recvmsg</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}setsockopt {set socket options} {<b>setsockopt\(&nbsp;\)</b>} {<b><a href="./sockLib.html#setsockopt">setsockopt</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}getsockopt {get socket options} {<b>getsockopt\(&nbsp;\)</b>} {<b><a href="./sockLib.html#getsockopt">getsockopt</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}getsockname {get a socket name} {<b>getsockname\(&nbsp;\)</b>} {<b><a href="./sockLib.html#getsockname">getsockname</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}getpeername {get the name of a connected peer} {<b>getpeername\(&nbsp;\)</b>} {<b><a href="./sockLib.html#getpeername">getpeername</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}shutdown {shut down a network connection} {<b>shutdown\(&nbsp;\)</b>} {<b><a href="./sockLib.html#shutdown">shutdown</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}

⌨️ 快捷键说明

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