Lines Matching defs:Protocol
59 #include "Protocol.h"
65 const LMEProtocolVersionMessage Protocol::MIN_PROT_VERSION(1, 0);
66 const LMEProtocolVersionMessage Protocol::MAX_PROT_VERSION(1, 0);
68 Protocol::Protocol() :
96 Protocol::~Protocol()
106 bool Protocol::Init(EventLogCallback cb, void *param)
165 Channel *Protocol::_getSockOpenChannel(SOCKET s)
183 bool Protocol::IsDeInitialized()
190 bool Protocol::IsInitialized()
199 void Protocol::Deinit()
255 void Protocol::DeinitFull()
275 bool Protocol::_checkListen(std::string address, in_port_t port, int &socket)
302 int Protocol::_listenPort(in_port_t port, int &error)
310 bool Protocol::_localListen(in_port_t port)
336 bool Protocol::CreateSockets()
382 void Protocol::DestroySockets()
392 bool Protocol::_acceptConnection(SOCKET s, unsigned int port)
477 int Protocol::Select()
590 int Protocol::_rxFromSocket(SOCKET s)
696 void Protocol::_signalSelect()
703 void Protocol::_closePortForwardRequest(PortForwardRequest *p)
742 bool Protocol::_checkProtocolFlow(LMEMessage *message)
793 unsigned int Protocol::_getMinMessageLen(LMEMessage *message)
836 bool Protocol::_checkMessageAndProtocol(LMEMessage *message, unsigned int len)
855 void Protocol::_LmeCallback(void *param, void *buffer, unsigned int len, int *status)
857 Protocol *prot = (Protocol *)param;
866 void Protocol::_LmeReceive(void *buffer, unsigned int len, int *status)
1001 unsigned int Protocol::_getMinGlobalMsgLen(LMEGlobalRequestMessage *globalMessage)
1019 void Protocol::_apfGlobalRequest(LMEGlobalRequestMessage *globalMessage,
1050 void Protocol::_apfTcpForwardRequest(LMETcpForwardRequestMessage *tcpFwdReqMsg, int *status)
1153 void Protocol::_apfTcpForwardCancel(LMETcpForwardCancelRequestMessage *tcpFwdCnclMsg)
1189 void Protocol::_aptSendUdp(LMEUdpSendToMessage *udpSendToMessage, int *status)
1208 void Protocol::_apfProtocolVersion(LMEProtocolVersionMessage *verMsg)
1239 void Protocol::_apfChannelOpen(LMEChannelOpenRequestMessage *chOpenMsg, int *status)
1273 PortForwardRequest *Protocol::_closeMChannel(Channel *c)
1287 PortForwardRequest *Protocol::_apfChannelOFail(LMEChannelOpenReplayFailureMessage *chFailMsg)
1304 PortForwardRequest *Protocol::_apfChannelClose(LMEChannelCloseMessage *chClMsg)
1336 PortForwardRequest *Protocol::_apfChannelData(LMEChannelDataMessage *chDMsg, int *status)
1383 bool Protocol::_compareDNSSuffix(std::string AMTDNSSuffix, std::string suffix)
1403 bool Protocol::_checkRemoteSupport(bool requestDnsFromAmt)
1431 void Protocol::_updateEnterpriseAccessStatus(const ATDomainMap &localDNSSuffixes)
1516 int Protocol::_isLocalCallback(void *const param, SOCKET s)
1525 int Protocol::_isRemoteCallback(void *const param, SOCKET s)
1527 Protocol *prot = (Protocol *)param;
1532 int Protocol::_isRemote(SOCKET s) const
1565 int Protocol::_updateIPFQDN(const char *fqdn)
1593 char *Protocol::_getErrMsg(DWORD err)
1613 int Protocol::_handleFQDNChange(const char *fqdn)
1797 ssize_t Protocol::_send(int s, const void *buf, size_t len, int &senderr)