Lines Matching refs:PPP_SESSION

110 	PPP_SESSION *p = (PPP_SESSION *)param;  in PPPThread()
572 void PPPCleanTerminate(PPP_SESSION *p) in PPPCleanTerminate()
639 bool PPPContinueUntilFinishAllLCPOptionRequestsDetermined(PPP_SESSION *p) in PPPContinueUntilFinishAllLCPOptionRequestsDetermined()
654 USHORT PPPContinueCurrentProtocolRequestListening(PPP_SESSION *p, USHORT protocol) in PPPContinueCurrentProtocolRequestListening()
669 void PPPSendEchoRequest(PPP_SESSION *p) in PPPSendEchoRequest()
693 bool PPPSendRequest(PPP_SESSION *p, USHORT protocol, PPP_LCP *c) in PPPSendRequest()
867 PPP_PACKET *PPPProcessRequestPacket(PPP_SESSION *p, PPP_PACKET *req) in PPPProcessRequestPacket()
1645 PPP_PACKET *PPPRecvResponsePacket(PPP_SESSION *p, PPP_PACKET *req, USHORT expected_protocol, USHORT… in PPPRecvResponsePacket()
1855 void PPPStoreLastPacket(PPP_SESSION *p, PPP_PACKET *pp) in PPPStoreLastPacket()
1872 PPP_PACKET *PPPRecvPacketForCommunication(PPP_SESSION *p) in PPPRecvPacketForCommunication()
1891 PPP_PACKET *PPPRecvPacketWithLowLayerProcessing(PPP_SESSION *p, bool async) in PPPRecvPacketWithLowLayerProcessing()
2031 PPP_PACKET *PPPRecvPacket(PPP_SESSION *p, bool async) in PPPRecvPacket()
2072 bool PPPSendPacket(PPP_SESSION *p, PPP_PACKET *pp) in PPPSendPacket()
2076 bool PPPSendPacketEx(PPP_SESSION *p, PPP_PACKET *pp, bool no_flush) in PPPSendPacketEx()
2429 void FreePPPSession(PPP_SESSION *p) in FreePPPSession()
2467 void PPPFreeEapClient(PPP_SESSION *p) in PPPFreeEapClient()
2555 PPP_SESSION *p; in NewPPPSession()
2576 p = ZeroMalloc(sizeof(PPP_SESSION)); in NewPPPSession()