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.h124 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct
125 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 */