Searched refs:svc_tli_create (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/libexec/rpc.rusersd/
H A Drusersd.c86 transp = svc_tli_create(0, NULL, NULL, 0, 0);
/freebsd-13-stable/libexec/rpc.rstatd/
H A Drstatd.c93 transp = svc_tli_create(0, NULL, NULL, 0, 0);
/freebsd-13-stable/sys/rpc/
H A Dsvc_generic.c145 * The high level interface to svc_tli_create().
147 * with the rpcbind. It calls svc_tli_create();
174 xprt = svc_tli_create(pool, NULL, nconf, &bind, 0, 0);
177 xprt = svc_tli_create(pool, NULL, nconf, NULL, 0, 0);
207 svc_tli_create( function
222 printf("svc_tli_create: invalid netconfig\n");
228 "svc_tli_create: could not open connection for %s\n",
240 "svc_tli_create: could not get transport information\n");
257 "svc_tli_create: could not bind to anonymous port\n");
266 "svc_tli_create
[all...]
H A Dsvc.h804 extern SVCXPRT *svc_tli_create(SVCPOOL *, struct socket *,
847 extern SVCXPRT *svc_tli_create(const int, const struct netconfig *,
/freebsd-13-stable/libexec/rpc.sprayd/
H A Dsprayd.c106 transp = svc_tli_create(0, NULL, NULL, 0, 0);
/freebsd-13-stable/lib/libc/rpc/
H A Dsvc_generic.c148 * The high level interface to svc_tli_create().
150 * with the rpcbind. It calls svc_tli_create();
168 xprt = svc_tli_create(RPC_ANYFD, nconf, NULL, 0, 0);
201 svc_tli_create(int fd, const struct netconfig *nconf, function
212 warnx("svc_tli_create: invalid netconfig");
218 "svc_tli_create: could not open connection for %s",
230 "svc_tli_create: could not get transport information");
247 "svc_tli_create: could not bind to anonymous port");
257 "svc_tli_create: could not bind to requested address");
289 warnx("svc_tli_create
[all...]
H A Drpc_soc.c233 svc = svc_tli_create(fd, nconf, NULL, sendsize, recvsize);
518 xprt = (SVCXPRT *)svc_tli_create(sock, nconf, &taddr, sendsize, recvsize);
H A Dsvc_simple.c154 svcxprt = svc_tli_create(RPC_ANYFD, nconf, NULL, 0, 0);
H A DMakefile.inc129 rpc_svc_create.3 svc_tli_create.3 \
/freebsd-13-stable/libexec/rpc.rwalld/
H A Drwalld.c106 transp = svc_tli_create(0, NULL, NULL, 0, 0);
/freebsd-13-stable/include/rpc/
H A Dsvc.h407 extern SVCXPRT *svc_tli_create(const int, const struct netconfig *,
/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcbind.c483 my_xprt = (SVCXPRT *)svc_tli_create(fd, nconf, &taddr,
532 my_xprt = (SVCXPRT *)svc_tli_create(fd, nconf, &taddr,
H A Drpcb_svc_com.c499 xprt = svc_tli_create(fd, 0, (struct t_bind *) 0, 0, 0);
503 "create_rmtcall_fd: svc_tli_create failed\n");
/freebsd-13-stable/libexec/rpc.rquotad/
H A Drquotad.c91 transp = svc_tli_create(0, NULL, NULL, 0, 0);
/freebsd-13-stable/usr.sbin/rpc.statd/
H A Dstatd.c562 transp = svc_tli_create(fd, nconf, NULL,
/freebsd-13-stable/usr.sbin/rpc.lockd/
H A Dlockd.c761 transp = svc_tli_create(fd, nconf, NULL,

Completed in 169 milliseconds