Каталог требований LSB Core 3.1

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