Home
last modified time | relevance | path

Searched refs:PPP_SESSION (Results 1 – 19 of 19) sorted by relevance

/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DProto_PPP.h250 struct PPP_SESSION struct
333 bool PPPProcessRetransmissions(PPP_SESSION *p);
334 bool PPPSendEchoRequest(PPP_SESSION *p);
353 bool PPPNackLCPOptions(PPP_SESSION *p, PPP_PACKET *pp);
355 bool PPPAckLCPOptions(PPP_SESSION *p, PPP_PACKET *pp);
364 PPP_PACKET *PPPRecvPacket(PPP_SESSION *p, bool async);
366 PPP_PACKET *PPPGetNextPacket(PPP_SESSION *p);
382 PPP_LCP *BuildMSCHAP2ChallengePacket(PPP_SESSION *p);
396 void PPPSetStatus(PPP_SESSION *p, UINT status);
399 void FreePPPSession(PPP_SESSION *p);
[all …]
H A DProto_PPP.c28 PPP_SESSION *p = (PPP_SESSION *)param; in PPPThread()
557 PPP_SESSION *p; in NewPPPSession()
578 p = ZeroMalloc(sizeof(PPP_SESSION)); in NewPPPSession()
696 bool PPPProcessRetransmissions(PPP_SESSION *p) in PPPProcessRetransmissions()
739 bool PPPSendEchoRequest(PPP_SESSION *p) in PPPSendEchoRequest()
2175 bool PPPAckLCPOptions(PPP_SESSION *p, PPP_PACKET *pp) in PPPAckLCPOptions()
2352 PPP_PACKET *PPPGetNextPacket(PPP_SESSION *p) in PPPGetNextPacket()
3006 PPP_LCP *BuildMSCHAP2ChallengePacket(PPP_SESSION *p) in BuildMSCHAP2ChallengePacket()
3572 void PPPSetStatus(PPP_SESSION *p, UINT status) in PPPSetStatus()
3588 void FreePPPSession(PPP_SESSION *p) in FreePPPSession()
[all …]
H A DProto_SSTP.h122 PPP_SESSION *PPPSession; // Underlying PPP Session
H A DCedarType.h509 typedef struct PPP_SESSION PPP_SESSION; typedef
H A DLogging.h138 void PPPLog(PPP_SESSION *p, char *name, ...);
H A DProto_L2TP.h174 PPP_SESSION* PPPSession; // Underlying PPP session
H A DProto_SSTP.c278 PPP_SESSION *underlyingSession; in SstpProcessDataPacket()
H A DProto_L2TP.c2011 PPP_SESSION* underlyingSession; in StartL2TPThread()
H A DLogging.c720 void PPPLog(PPP_SESSION *p, char *name, ...) in PPPLog()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DIPsec_PPP.h236 struct PPP_SESSION struct
286 void FreePPPSession(PPP_SESSION *p); argument
298 bool PPPSendPacket(PPP_SESSION *p, PPP_PACKET *pp);
299 bool PPPSendPacketEx(PPP_SESSION *p, PPP_PACKET *pp, bool no_flush);
300 PPP_PACKET *PPPRecvPacket(PPP_SESSION *p, bool async);
302 PPP_PACKET *PPPRecvPacketForCommunication(PPP_SESSION *p);
303 void PPPStoreLastPacket(PPP_SESSION *p, PPP_PACKET *pp);
304 void PPPCleanTerminate(PPP_SESSION *p);
310 bool PPPSendRequest(PPP_SESSION *p, USHORT protocol, PPP_LCP *c);
316 void PPPSendEchoRequest(PPP_SESSION *p);
[all …]
H A DIPsec_PPP.c110 PPP_SESSION *p = (PPP_SESSION *)param; in PPPThread()
572 void PPPCleanTerminate(PPP_SESSION *p) in PPPCleanTerminate()
669 void PPPSendEchoRequest(PPP_SESSION *p) in PPPSendEchoRequest()
1855 void PPPStoreLastPacket(PPP_SESSION *p, PPP_PACKET *pp) in PPPStoreLastPacket()
1872 PPP_PACKET *PPPRecvPacketForCommunication(PPP_SESSION *p) in PPPRecvPacketForCommunication()
2031 PPP_PACKET *PPPRecvPacket(PPP_SESSION *p, bool async) in PPPRecvPacket()
2072 bool PPPSendPacket(PPP_SESSION *p, PPP_PACKET *pp) in PPPSendPacket()
2429 void FreePPPSession(PPP_SESSION *p) in FreePPPSession()
2467 void PPPFreeEapClient(PPP_SESSION *p) in PPPFreeEapClient()
2555 PPP_SESSION *p; in NewPPPSession()
[all …]
H A DCedarType.h595 typedef struct PPP_SESSION PPP_SESSION; typedef
H A DLogging.h239 void PPPLog(PPP_SESSION *p, char *name, ...);
H A DLogging.c842 void PPPLog(PPP_SESSION *p, char *name, ...) in PPPLog()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DIPsec_PPP.h236 struct PPP_SESSION struct
286 void FreePPPSession(PPP_SESSION *p); argument
298 bool PPPSendPacket(PPP_SESSION *p, PPP_PACKET *pp);
299 bool PPPSendPacketEx(PPP_SESSION *p, PPP_PACKET *pp, bool no_flush);
300 PPP_PACKET *PPPRecvPacket(PPP_SESSION *p, bool async);
302 PPP_PACKET *PPPRecvPacketForCommunication(PPP_SESSION *p);
303 void PPPStoreLastPacket(PPP_SESSION *p, PPP_PACKET *pp);
304 void PPPCleanTerminate(PPP_SESSION *p);
310 bool PPPSendRequest(PPP_SESSION *p, USHORT protocol, PPP_LCP *c);
316 void PPPSendEchoRequest(PPP_SESSION *p);
[all …]
H A DIPsec_PPP.c110 PPP_SESSION *p = (PPP_SESSION *)param; in PPPThread()
572 void PPPCleanTerminate(PPP_SESSION *p) in PPPCleanTerminate()
669 void PPPSendEchoRequest(PPP_SESSION *p) in PPPSendEchoRequest()
1855 void PPPStoreLastPacket(PPP_SESSION *p, PPP_PACKET *pp) in PPPStoreLastPacket()
1872 PPP_PACKET *PPPRecvPacketForCommunication(PPP_SESSION *p) in PPPRecvPacketForCommunication()
2031 PPP_PACKET *PPPRecvPacket(PPP_SESSION *p, bool async) in PPPRecvPacket()
2072 bool PPPSendPacket(PPP_SESSION *p, PPP_PACKET *pp) in PPPSendPacket()
2429 void FreePPPSession(PPP_SESSION *p) in FreePPPSession()
2467 void PPPFreeEapClient(PPP_SESSION *p) in PPPFreeEapClient()
2555 PPP_SESSION *p; in NewPPPSession()
[all …]
H A DCedarType.h595 typedef struct PPP_SESSION PPP_SESSION; typedef
H A DLogging.h239 void PPPLog(PPP_SESSION *p, char *name, ...);
H A DLogging.c842 void PPPLog(PPP_SESSION *p, char *name, ...) in PPPLog()