Home
last modified time | relevance | path

Searched refs:RPC_ANYSOCK (Results 1 – 23 of 23) sorted by relevance

/trueos/contrib/amd/conf/transp/
HDtransp_sockets.c195 *sock = RPC_ANYSOCK; in get_mount_client()
214 *sock = RPC_ANYSOCK; in get_mount_client()
379 int socket = RPC_ANYSOCK; in check_pmap_up()
445 sock = RPC_ANYSOCK; in get_nfs_version()
/trueos/contrib/amd/amd/
HDamfs_host.c311 int sock = RPC_ANYSOCK; in amfs_host_mount()
500 if (sock != RPC_ANYSOCK) in amfs_host_mount()
637 int sock = RPC_ANYSOCK; in amfs_host_umounted()
705 if (sock != RPC_ANYSOCK) in amfs_host_umounted()
/trueos/lib/libc/rpc/
HDauth_time.c266 int s = RPC_ANYSOCK;
458 s = RPC_ANYSOCK;
474 if (s != RPC_ANYSOCK)
HDrpc_soc.c112 if (fd == RPC_ANYSOCK) {
243 if (fd == RPC_ANYSOCK) {
/trueos/include/rpc/
HDsvc.h364 #define RPC_ANYSOCK -1 macro
365 #define RPC_ANYFD RPC_ANYSOCK
/trueos/usr.sbin/bootparamd/bootparamd/
HDmain.c102 transp = svcudp_create(RPC_ANYSOCK);
/trueos/usr.sbin/ypset/
HDypset.c92 sock = RPC_ANYSOCK; in bind_tohost()
/trueos/contrib/amd/fixmount/
HDfixmount.c530 sock = RPC_ANYSOCK; in privsock()
583 s = RPC_ANYSOCK; in clnt_create_timeout()
/trueos/contrib/amd/amq/
HDpawd.c180 int s = RPC_ANYSOCK; in transform_dir()
/trueos/usr.sbin/rpc.ypupdated/
HDypupdated_main.c234 sock = RPC_ANYSOCK; in main()
/trueos/usr.sbin/ypbind/
HDypbind.c435 udptransp = svcudp_create(RPC_ANYSOCK); in main()
442 tcptransp = svctcp_create(RPC_ANYSOCK, 0, 0); in main()
774 int rpcsock = RPC_ANYSOCK; in ping()
/trueos/usr.sbin/rpc.ypxfrd/
HDypxfrd_main.c251 sock = RPC_ANYSOCK; in main()
/trueos/usr.bin/ypwhich/
HDypwhich.c100 sock = RPC_ANYSOCK; in bind_host()
/trueos/sys/rpc/
HDsvc.h733 #define RPC_ANYSOCK -1 macro
734 #define RPC_ANYFD RPC_ANYSOCK
/trueos/usr.sbin/rpc.yppasswdd/
HDyppasswdd_main.c302 transp = svcunix_create(RPC_ANYSOCK, 0, 0, sockname); in main()
/trueos/lib/libc/yp/
HDyplib.c437 clnt_sock = RPC_ANYSOCK; in _yp_dobind()
526 ysd->dom_socket = RPC_ANYSOCK; in _yp_dobind()
943 clnt_sock = RPC_ANYSOCK; in yp_all()
/trueos/usr.sbin/yppush/
HDyppush_main.c372 int sock = RPC_ANYSOCK; in yp_push()
/trueos/contrib/gdb/gdb/
HDremote-vx.c100 static int ptraceSock = RPC_ANYSOCK;
900 ptraceSock = RPC_ANYSOCK; in net_connect()
/trueos/libexec/ypxfr/
HDypxfr_main.c68 int sock = RPC_ANYSOCK; in ypxfr_exit()
/trueos/usr.bin/quota/
HDquota.c666 int sock = RPC_ANYSOCK; in callaurpc()
/trueos/usr.sbin/keyserv/
HDkeyserv.c194 transp = svcunix_create(RPC_ANYSOCK, 0, 0, KEYSERVSOCK);
/trueos/usr.sbin/ypserv/
HDyp_server.c275 int sock = RPC_ANYSOCK;
/trueos/usr.bin/rpcinfo/
HDrpcinfo.c473 int socket = RPC_ANYSOCK;