Home
last modified time | relevance | path

Searched defs:TCPSOCK (Results 1 – 6 of 6) sorted by relevance

/dports/security/softether/v4.38-9760/src/Cedar/
H A DConnection.h204 struct TCPSOCK struct
206 SOCK *Sock; // Socket
207 FIFO *RecvFifo; // Reception buffer
208 FIFO *SendFifo; // Transmission buffer
209 UINT Mode; // Read mode
210 UINT WantSize; // Requested data size
217 UINT Direction; // Direction
219 RC4_KEY_PAIR Rc4KeyPair; // RC4 key pair
220 CRYPT *SendKey; // Transmission key
221 CRYPT *RecvKey; // Reception key
[all …]
H A DCedarType.h180 typedef struct TCPSOCK TCPSOCK; typedef
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DConnection.h204 struct TCPSOCK struct
206 SOCK *Sock; // Socket
207 FIFO *RecvFifo; // Reception buffer
208 FIFO *SendFifo; // Transmission buffer
209 UINT Mode; // Read mode
210 UINT WantSize; // Requested data size
217 UINT Direction; // Direction
219 RC4_KEY_PAIR Rc4KeyPair; // RC4 key pair
220 CRYPT *SendKey; // Transmission key
221 CRYPT *RecvKey; // Reception key
[all …]
H A DCedarType.h180 typedef struct TCPSOCK TCPSOCK; typedef
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DConnection.h114 struct TCPSOCK struct
116 SOCK *Sock; // Socket
117 FIFO *RecvFifo; // Reception buffer
118 FIFO *SendFifo; // Transmission buffer
119 UINT Mode; // Read mode
120 UINT WantSize; // Requested data size
127 UINT Direction; // Direction
129 RC4_KEY_PAIR Rc4KeyPair; // RC4 key pair
130 CRYPT *SendKey; // Transmission key
131 CRYPT *RecvKey; // Reception key
[all …]
H A DCedarType.h86 typedef struct TCPSOCK TCPSOCK; typedef