Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dsvc_vc.c91 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct
92 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;
/freebsd/sys/rpc/
H A Dkrpc.h129 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct
130 enum xprt_stat strm_stat;
131 struct mbuf *mpending; /* unparsed data read from the socket */
132 struct mbuf *mreq; /* current record being built from mpending */
133 uint32_t resid; /* number of bytes needed for fragment */
134 bool_t eor; /* reading last fragment of current record */