Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/rpc/
H A Dclnt_generic.c261 if (cl->cl_tp == NULL) { in clnt_tp_create()
262 cl->cl_tp = strdup(nconf->nc_device); in clnt_tp_create()
263 if (cl->cl_tp == NULL) in clnt_tp_create()
361 cl->cl_tp = strdup(nconf->nc_device); in clnt_tli_create()
362 if (cl->cl_tp == NULL) in clnt_tli_create()
366 cl->cl_tp = __UNCONST(""); in clnt_tli_create()
H A Dclnt_dg.c289 cl->cl_tp = NULL; in clnt_dg_create()
718 if (cl->cl_tp && cl->cl_tp[0]) in clnt_dg_destroy()
719 mem_free(cl->cl_tp, strlen(cl->cl_tp) +1); in clnt_dg_destroy()
/netbsd-src/include/rpc/
H A Dclnt.h164 char *cl_tp; /* device name */ member