Searched defs:TlsRec (Results 1 – 4 of 4) sorted by relevance
15 typedef struct TlsRec TlsRec; typedef105 struct TlsRec struct107 Chan *c; /* io channel */108 int ref; /* serialized by tdlock for atomic destroy */109 int version; /* version of the protocol we are speaking */110 char verset; /* version has been set */111 char opened; /* opened command every issued? */112 char err[ERRMAX]; /* error message to return to handshake requests */113 vlong handin; /* bytes communicated by the record layer */114 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 …]
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 …]