Home
last modified time | relevance | path

Searched refs:NLM_VERS (Results 1 – 9 of 9) sorted by relevance

/freebsd/usr.sbin/rpc.lockd/
H A Dlock_proc.c337 if ((cli = get_client(addr, NLM_VERS)) != NULL) { in transmit_result()
492 if ((cli = get_client(addr, NLM_VERS)) != NULL) { in nlm_test_msg_1_svc()
676 nlm_granted, NULL, NLM_VERS) == 0 ? in nlm_granted_1_svc()
695 nlm_granted, NULL, NLM_VERS) == 0 ? in nlm_granted_msg_1_svc()
713 &arg->stat.nlm_testrply_u.holder.svid, NLM_VERS); in nlm_test_res_1_svc()
728 (void)lock_answer(-1, &arg->cookie, arg->stat.stat, NULL, NLM_VERS); in nlm_lock_res_1_svc()
757 lock_answer(-1, &arg->cookie, arg->stat.stat, NULL, NLM_VERS); in nlm_unlock_res_1_svc()
H A Dkern.c307 NLM_VERS)) == NULL) in test_request()
380 NLM_VERS)) == NULL) in lock_request()
444 NLM_VERS)) == NULL) in unlock_request()
H A Dlockd.c205 (void)rpcb_unset(NLM_PROG, NLM_VERS, NULL); in main()
771 if (!svc_reg(transp, NLM_PROG, NLM_VERS, nlm_prog_1, in complete_service()
813 rpcb_set(NLM_PROG, NLM_VERS, nconf, &servaddr); in complete_service()
H A Dtest.c308 cli = clnt_create(argv[1], NLM_PROG, NLM_VERS, "udp"); in main()
H A Dlockd_lock.c2177 (fl->flags & LOCK_V4) ? NLM_VERS4 : NLM_VERS); in send_granted()
/freebsd/include/rpcsvc/
H A Dnlm_prot.x264 version NLM_VERS {
/freebsd/sys/nlm/
H A Dnlm_advlock.c236 vers = NLM_VERS; in nlm_advlock_internal()
1248 if (vers == NLM_VERS) { in nlm_init_lock()
H A Dnlm_prot.h284 #define NLM_VERS ((unsigned long)(1)) macro
H A Dnlm_prot_impl.c1430 NLM_SM, NLM_VERS, NLM_VERSX, NLM_VERS4 in nlm_register_services()