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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c106 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct
452 struct cf_conn *cd = xprt ? (struct cf_conn *)xprt->xp_p1 : NULL;
484 struct cf_conn *cd;
494 cd = malloc(sizeof (struct cf_conn));
588 struct cf_conn *cd, *pcd;
625 if ((cd = malloc(sizeof (struct cf_conn))) == NULL) {
630 pcd = (struct cf_conn *)parent->xp_p1;
1095 * timestamp field in struct cf_conn for timeout bookkeeping.
1106 struct cf_conn *c
[all...]

Completed in 59 milliseconds