Searched refs:NLM_VERS (Results 1 – 9 of 9) sorted by relevance
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lock_proc.c | 337 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 D | kern.c | 307 NLM_VERS)) == NULL) in test_request() 380 NLM_VERS)) == NULL) in lock_request() 444 NLM_VERS)) == NULL) in unlock_request()
|
H A D | lockd.c | 205 (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 D | test.c | 308 cli = clnt_create(argv[1], NLM_PROG, NLM_VERS, "udp"); in main()
|
H A D | lockd_lock.c | 2177 (fl->flags & LOCK_V4) ? NLM_VERS4 : NLM_VERS); in send_granted()
|
/freebsd/include/rpcsvc/ |
H A D | nlm_prot.x | 264 version NLM_VERS {
|
/freebsd/sys/nlm/ |
H A D | nlm_advlock.c | 236 vers = NLM_VERS; in nlm_advlock_internal() 1248 if (vers == NLM_VERS) { in nlm_init_lock()
|
H A D | nlm_prot.h | 284 #define NLM_VERS ((unsigned long)(1)) macro
|
H A D | nlm_prot_impl.c | 1431 NLM_SM, NLM_VERS, NLM_VERSX, NLM_VERS4 in nlm_register_services()
|