Каталог требований LSB Core 3.1
Требования для функции 'svctcp_create'
| Standard | ID | Description |
| LSB | svctcp_create.01 | svctcp_create() cretes a TCP/IP-based RPC service transport, to which it returns a pointer. |
| LSB | svctcp_create.02 | The transport is associated with the socket sock |
| LSB | svctcp_create.03 | which may be RPC_ANYSOCK, in which case a new socket is created. |
| LSB | svctcp_create.04 | If the socket is not bound to a local TCP port, then this routine binds it to an arbitrary port. |
| LSB | svctcp_create.05 | Upon completion, xprt->xp_sock is the transport's socket descriptor, |
| LSB | svctcp_create.06 | and xprt->xp_port is the transport's port number. |
| LSB | svctcp_create.07 | Since TCP-based RPC uses buffered I/O, users may specify the size of buffers; values of zero choose suitable defaults. |
| LSB | svctcp_create.08 | svctcp_create() returns NULL if it fails, |
| LSB | svctcp_create.09 | or a pointer to the RPC service transport otherwise. |