Home
last modified time | relevance | path

Searched refs:NFS_PROGRAM (Results 1 – 19 of 19) sorted by relevance

/netbsd/external/bsd/am-utils/dist/conf/transp/
H A Dtransp_sockets.c270 if (!svc_register(*nfs_xprtp, NFS_PROGRAM, nfs_version, dispatch_fxn, 0)) { in create_nfs_service()
272 (u_long) NFS_PROGRAM, nfs_version); in create_nfs_service()
446 clnt = clnttcp_create(sin, NFS_PROGRAM, nfs_version, &sock, 0, 0); in get_nfs_version()
448 clnt = clntudp_create(sin, NFS_PROGRAM, nfs_version, tv, &sock); in get_nfs_version()
H A Dtransp_tli.c455 if (svc_reg(*nfs_xprtp, NFS_PROGRAM, nfs_version, dispatch_fxn, NULL) != 1) { in create_nfs_service()
775 clnt = clnt_create_vers_timed(host, NFS_PROGRAM, &versout, NFS_VERSION, nfs_version, proto, &tv);
777 clnt = clnt_create_vers(host, NFS_PROGRAM, &versout, NFS_VERSION, nfs_version, proto);
/netbsd/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_ultrix.h80 #ifndef NFS_PROGRAM
81 # define NFS_PROGRAM ((u_long)100003)
H A Dnfs_prot_osf2.h82 #ifndef NFS_PROGRAM
83 # define NFS_PROGRAM ((u_long)100003) macro
H A Dnfs_prot_sunos3.h93 #ifndef NFS_PROGRAM
94 # define NFS_PROGRAM ((u_long)100003) macro
H A Dnfs_prot_hpux.h101 #ifndef NFS_PROGRAM
102 # define NFS_PROGRAM ((u_long)100003) macro
H A Dnfs_prot_sunos4.h93 #ifndef NFS_PROGRAM
94 # define NFS_PROGRAM ((u_long)100003) macro
H A Dnfs_prot_irix5.h151 #ifndef NFS_PROGRAM
152 # define NFS_PROGRAM ((u_long)100003) macro
H A Dnfs_prot_osf4.h83 #ifndef NFS_PROGRAM
84 # define NFS_PROGRAM ((u_long)100003) macro
H A Dnfs_prot_osf5.h98 #ifndef NFS_PROGRAM
99 # define NFS_PROGRAM ((u_long)100003) macro
H A Dnfs_prot_bsdi2.h110 #ifndef NFS_PROGRAM
111 # define NFS_PROGRAM ((u_long)100003) macro
H A Dnfs_prot_irix6.h102 #ifndef NFS_PROGRAM
103 # define NFS_PROGRAM ((u_long)100003) macro
H A Dnfs_prot_hpux11.h109 #ifndef NFS_PROGRAM
110 # define NFS_PROGRAM ((u_long)100003) macro
H A Dnfs_prot_nextstep.h226 #ifndef NFS_PROGRAM
227 # define NFS_PROGRAM ((u_long)100003) macro
/netbsd/usr.sbin/rpcbind/
H A Dsecurity.c276 case NFS_PROGRAM: in check_callit()
/netbsd/lib/librpcsvc/
H A Dnfs_prot.x1130 program NFS_PROGRAM {
/netbsd/external/bsd/am-utils/dist/amd/
H A Dsrvr_nfs.c155 rpc_msg_init(&ping_msg, NFS_PROGRAM, nfs_version, NFSPROC_NULL); in create_ping_payload()
H A Dops_nfs.c666 rpc_msg_init(&wnfs_msg, NFS_PROGRAM, fp->fh_nfs_version, proc); in webnfs_lookup()
/netbsd/external/bsd/am-utils/dist/doc/
H A Dam-utils.texi8558 @item unable to register (NFS_PROGRAM, NFS_VERSION, 0)