Searched refs:NLM_VERS (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/usr.sbin/rpc.lockd/ |
| D | lock_proc.c | 338 if ((cli = get_client(addr, NLM_VERS)) != NULL) { in transmit_result() 493 if ((cli = get_client(addr, NLM_VERS)) != NULL) { in nlm_test_msg_1_svc() 677 nlm_granted, NULL, NLM_VERS) == 0 ? in nlm_granted_1_svc() 696 nlm_granted, NULL, NLM_VERS) == 0 ? in nlm_granted_msg_1_svc() 714 &arg->stat.nlm_testrply_u.holder.svid, NLM_VERS); in nlm_test_res_1_svc() 729 (void)lock_answer(-1, &arg->cookie, arg->stat.stat, NULL, NLM_VERS); in nlm_lock_res_1_svc() 758 lock_answer(-1, &arg->cookie, arg->stat.stat, NULL, NLM_VERS); in nlm_unlock_res_1_svc()
|
| D | kern.c | 310 NLM_VERS)) == NULL) in test_request() 383 NLM_VERS)) == NULL) in lock_request() 447 NLM_VERS)) == NULL) in unlock_request()
|
| 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()
|
| D | test.c | 317 cli = clnt_create(argv[1], NLM_PROG, NLM_VERS, "udp"); in main()
|
| D | lockd_lock.c | 2205 (fl->flags & LOCK_V4) ? NLM_VERS4 : NLM_VERS);
|
| /freebsd-12-stable/include/rpcsvc/ |
| D | nlm_prot.x | 271 version NLM_VERS {
|
| /freebsd-12-stable/sys/nlm/ |
| D | nlm_advlock.c | 239 vers = NLM_VERS; in nlm_advlock_internal() 1252 if (vers == NLM_VERS) { in nlm_init_lock()
|
| D | nlm_prot.h | 285 #define NLM_VERS ((unsigned long)(1)) macro
|
| D | nlm_prot_impl.c | 1412 NLM_SM, NLM_VERS, NLM_VERSX, NLM_VERS4 in nlm_register_services()
|