Home
last modified time | relevance | path

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

/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DProto_L2TP.h161 struct L2TP_SESSION struct
163 L2TP_TUNNEL *Tunnel; // Parent L2TP tunnel
164 bool IsV3; // L2TPv3
165 bool IsCiscoV3; // L2TPv3 for Cisco
168 bool Established; // Established
170 bool Disconnecting; // Whether disconnected
172 bool HasThread; // Whether have a thread
173 THREAD *Thread; // Thread
174 PPP_SESSION* PPPSession; // Underlying PPP session
175 TUBE *TubeSend; // Tube of PPP to L2TP direction
[all …]
H A DCedarType.h499 typedef struct L2TP_SESSION L2TP_SESSION; typedef
/dports/security/softether/v4.38-9760/src/Cedar/
H A DIPsec_L2TP.h256 struct L2TP_SESSION struct
258 L2TP_TUNNEL *Tunnel; // Parent L2TP tunnel
259 bool IsV3; // L2TPv3
260 bool IsCiscoV3; // L2TPv3 for Cisco
263 bool Established; // Established
265 bool Disconnecting; // Whether disconnected
267 bool HasThread; // Whether have a thread
268 THREAD *Thread; // Thread
269 TUBE *TubeSend; // Tube of PPP to L2TP direction
270 TUBE *TubeRecv; // Tube of L2TP to PPP direction
[all …]
H A DCedarType.h585 typedef struct L2TP_SESSION L2TP_SESSION; typedef
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DIPsec_L2TP.h256 struct L2TP_SESSION struct
258 L2TP_TUNNEL *Tunnel; // Parent L2TP tunnel
259 bool IsV3; // L2TPv3
260 bool IsCiscoV3; // L2TPv3 for Cisco
263 bool Established; // Established
265 bool Disconnecting; // Whether disconnected
267 bool HasThread; // Whether have a thread
268 THREAD *Thread; // Thread
269 TUBE *TubeSend; // Tube of PPP to L2TP direction
270 TUBE *TubeRecv; // Tube of L2TP to PPP direction
[all …]
H A DCedarType.h585 typedef struct L2TP_SESSION L2TP_SESSION; typedef