Searched defs:TlsRec (Results 1 – 3 of 3) sorted by relevance
15 typedef struct TlsRec TlsRec; typedef103 struct TlsRec struct105 Chan *c; /* io channel */106 int ref; /* serialized by tdlock for atomic destroy */107 int version; /* version of the protocol we are speaking */108 char verset; /* version has been set */109 char opened; /* opened command every issued? */110 char err[ERRMAX]; /* error message to return to handshake requests */111 vlong handin; /* bytes communicated by the record layer */112 vlong handout;[all …]
14 typedef struct TlsRec TlsRec; typedef102 struct TlsRec struct104 Chan *c; /* io channel */105 int ref; /* serialized by tdlock for atomic destroy */106 int version; /* version of the protocol we are speaking */107 char verset; /* version has been set */108 char opened; /* opened command every issued? */109 char err[ERRMAX]; /* error message to return to handshake requests */110 vlong handin; /* bytes communicated by the record layer */111 vlong handout;[all …]