Home
last modified time | relevance | path

Searched defs:TlsRec (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/9/port/
H A Ddevtls.c15 typedef struct TlsRec TlsRec; typedef
103 struct TlsRec struct
105 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 …]
/plan9/sys/src/cmd/unix/drawterm/kern/
H A Ddevtls.c14 typedef struct TlsRec TlsRec; typedef
102 struct TlsRec struct
104 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 …]
/plan9/sys/src/9/ppc/
H A Ddevtls.c15 typedef struct TlsRec TlsRec; typedef
103 struct TlsRec struct
105 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 …]