Searched defs:cf_conn (Results 1 – 2 of 2) sorted by relevance
91 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct92 enum xprt_stat strm_stat;93 u_int32_t x_id;94 XDR xdrs;95 char verf_body[MAX_AUTH_BYTES];96 u_int sendsize;97 u_int recvsize;98 int maxrec;99 bool_t nonblock;100 struct timeval last_recv_time;
124 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct125 enum xprt_stat strm_stat;126 struct mbuf *mpending; /* unparsed data read from the socket */127 struct mbuf *mreq; /* current record being built from mpending */128 uint32_t resid; /* number of bytes needed for fragment */129 bool_t eor; /* reading last fragment of current record */