Home
last modified time | relevance | path

Searched refs:CLSET_SVC_ADDR (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/include/rpc/
H A Dclnt.h270 #define CLSET_SVC_ADDR 16 /* get server's address (netbuf) */ macro
/netbsd-src/lib/libc/rpc/
H A Dclnt_generic.c255 if (CLNT_CONTROL(cl, CLSET_SVC_ADDR, (void *)svcaddr) == TRUE) { in clnt_tp_create()
H A Dclnt_dg.c624 case CLSET_SVC_ADDR: /* set to new address */ in clnt_dg_control()
H A Dclnt_vc.c598 case CLSET_SVC_ADDR: /* set to new address */ in clnt_vc_control()
/netbsd-src/sys/fs/nfs/nlm/
H A Dnlm_prot_impl.c554 CLNT_CONTROL(rpcb, CLSET_SVC_ADDR, &ss); in nlm_get_rpc()