svctcp_create
extern SVCXPRT *svctcp_create(int, unsigned int, unsigned int);
PROTO_NORMAL(svctcp_create);
DEF_WEAK(svctcp_create);
(tcptransp = svctcp_create(RPC_ANYSOCK, 0, 0)) == NULL) {
if ((xprt = svctcp_create(sock, RPCSMALLMSGSIZE, RPCSMALLMSGSIZE)) ==
if ((ltcpxprt = svctcp_create(lsock, RPCSMALLMSGSIZE,
transp = svctcp_create(RPC_ANYSOCK, 0, 0);
transp = svctcp_create(RPC_ANYSOCK, 0, 0);
tcptransp = svctcp_create(RPC_ANYSOCK, 0, 0);
if ((ltcptransp = svctcp_create(lsock, 0, 0)) == NULL) {
if ((yp->yp_trans_tcp = svctcp_create(s, 0, 0)) == NULL)
if ((yp->yp_trans_tcp = svctcp_create(RPC_ANYSOCK, 0, 0)) ==
transp = svctcp_create(sock, 0, 0);