Home
last modified time | relevance | path

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

/src/sys/rpc/
H A Drpcb_clnt.c67 rpcb_clnt = client_nl_create("rpcbind", RPCBPROG, RPCBVERS); in local_rpcb()
H A Dclnt.h382 extern CLIENT *client_nl_create(const char *name, const rpcprog_t prog,
H A Dclnt_nl.c176 client_nl_create(const char *name, const rpcprog_t program, in client_nl_create() function
/src/sys/kgssapi/
H A Dgss_impl.c64 cl = client_nl_create("kgss", GSSD, GSSDVERS); in kgss_load()
/src/sys/rpc/rpcsec_tls/
H A Drpctls_impl.c112 cl = client_nl_create(group, program, version); in rpctls_client_nl_create()