Searched refs:LMEConnection (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DLMEConnection.cpp36 #include "LMEConnection.h"
50 const GUID LMEConnection::_guid = {0x6733a4db, 0x0476, 0x4e7b, {0xb3, 0xaf, 0xbc, 0xfc, 0x29, 0xbe, 0xe7, 0xa7}};
52 const UINT32 LMEConnection::RX_WINDOW_SIZE = 1024;
54 LMEConnection::LMEConnection(bool verbose) : function in class:LMEConnection
67 LMEConnection::~LMEConnection()
71 bool LMEConnection::IsInitialized()
77 bool LMEConnection::Init(HECICallback cb, void *param)
118 void LMEConnection
[all...]
H A DLMEConnectionCompat.cpp36 #include "LMEConnection.h"
47 const GUID LMEConnection::_guidCompat = {0x3d98d9b7, 0x1ce8, 0x4252, {0xb3, 0x37, 0x2e, 0xff, 0x10, 0x6e, 0xf2, 0x9f}};
49 int LMEConnection::CompatSendMessage(UINT8 connID, UINT32 len, unsigned char *buffer)
72 void LMEConnection::CompatCloseConnection(int connID, int status)
88 bool LMEConnection::CompatProtocolVersion()
107 bool LMEConnection::CompatRequestIPFQDN()
125 bool LMEConnection::CompatOpenConnection(in_port_t mePort, ATAddress addr, unsigned int &connID)
214 void LMEConnection::_doRXCompat()
H A DMakefile32 LMEConnection.o ProtocolCompat.o \
H A DLMEConnection.h314 class LMEConnection class
317 LMEConnection(bool verbose = false);
318 ~LMEConnection();
H A DProtocol.h40 #include "LMEConnection.h"
144 LMEConnection _lme;

Completed in 62 milliseconds