Searched defs:cf_connmaxrec (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c103 int cf_connmaxrec; member in struct:cf_rendezvous
275 r->cf_connmaxrec = __rpc_connmaxrec;
356 r->cf_connmaxrec = pr->cf_connmaxrec;
1053 if (((struct cf_rendezvous *)(xprt_srcfd->xp_p1))->cf_connmaxrec) {
1126 if ((maxrecsz = r->cf_connmaxrec) == 0)
1248 r->cf_connmaxrec = tmp;
1256 *(int *)in = r->cf_connmaxrec;

Completed in 62 milliseconds