Searched refs:svcudp_create (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/include/rpc/
H A Dsvc_soc.h97 extern SVCXPRT *svcudp_create(int);
/freebsd-12-stable/usr.sbin/bootparamd/bootparamd/
H A Dmain.c102 transp = svcudp_create(RPC_ANYSOCK);
/freebsd-12-stable/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c243 transp = svcudp_create(sock);
/freebsd-12-stable/contrib/amd/conf/transp/
H A Dtransp_sockets.c257 if ((*nfs_xprtp = svcudp_create(*soNFSp)) == NULL) {
509 if ((autofs_xprt = svcudp_create(autofs_socket)) == NULL) {
/freebsd-12-stable/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c260 transp = svcudp_create(sock);
/freebsd-12-stable/usr.sbin/yppush/
H A Dyppush_main.c389 xprt = svcudp_create(sock);
/freebsd-12-stable/lib/libc/rpc/
H A Drpc_soc.c268 svcudp_create(int fd) function
/freebsd-12-stable/usr.sbin/ypldap/
H A Dyp.c119 if ((yp->yp_trans_udp = svcudp_create(RPC_ANYSOCK)) == NULL)
/freebsd-12-stable/usr.sbin/nfsuserd/
H A Dnfsuserd.c308 if ((udptransp = svcudp_create(sock)) == NULL)
/freebsd-12-stable/usr.sbin/ypbind/
H A Dypbind.c449 udptransp = svcudp_create(RPC_ANYSOCK);
/freebsd-12-stable/contrib/gcc/
H A Dsys-protos.h1125 extern SVCXPRT * svcudp_create(/* ??? */);

Completed in 154 milliseconds