svc_tli_create
extern SVCXPRT *svc_tli_create(const int, const struct netconfig *,
svc = svc_tli_create(fd, nconf, NULL, sendsize, recvsize);
xprt = svc_tli_create(RPC_ANYFD, nconf, NULL, 0, 0);
__weak_alias(svc_tli_create,_svc_tli_create)
svcxprt = svc_tli_create(RPC_ANYFD, nconf, NULL, 0, 0);
transp = svc_tli_create(RPC_ANYFD, nconf, NULL, RPC_MAXDATASIZE,
xprt = svc_tli_create(fd, 0, NULL, 0, 0);
my_xprt = (SVCXPRT *)svc_tli_create(fd, nconf, &taddr,
my_xprt = (SVCXPRT *)svc_tli_create(fd, nconf, &taddr,