Searched defs:cf_conn (Results 1 – 1 of 1) sorted by relevance
108 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct109 enum xprt_stat strm_stat;110 u_int32_t x_id;111 XDR xdrs;112 char verf_body[MAX_AUTH_BYTES];113 u_int sendsize;114 u_int recvsize;115 int maxrec;116 bool_t nonblock;117 struct timeval last_recv_time;