Home
last modified time | relevance | path

Searched refs:cl_tp (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libc/rpc/
H A Dclnt_generic.c321 if (cl->cl_tp == NULL) in clnt_tp_create_timed()
322 cl->cl_tp = strdup(nconf->nc_device); in clnt_tp_create_timed()
410 cl->cl_tp = strdup(nconf->nc_device); in clnt_tli_create()
413 cl->cl_tp = ""; in clnt_tli_create()
H A Dclnt_dg.c264 cl->cl_tp = NULL; in clnt_dg_create()
724 if (cl->cl_tp && cl->cl_tp[0]) in clnt_dg_destroy()
725 mem_free(cl->cl_tp, strlen(cl->cl_tp) +1); in clnt_dg_destroy()
/dragonfly/include/rpc/
H A Dclnt.h115 char *cl_tp; /* device name */ member