Searched refs:reasonCode (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DLMEConnection.h66 LMEDisconnectMessage(APF_DISCONNECT_REASON_CODE reasonCode) : argument
68 ReasonCode(reasonCode) {}
252 OPEN_FAILURE_REASON reasonCode = OPEN_FAILURE_REASON_ADMINISTRATIVELY_PROHIBITED) :
255 ReasonCode(reasonCode) {}
322 bool Disconnect(APF_DISCONNECT_REASON_CODE reasonCode);
H A DLMEConnection.cpp140 bool LMEConnection::Disconnect(APF_DISCONNECT_REASON_CODE reasonCode) argument
153 disconnectMessage->ReasonCode = htonl(reasonCode);

Completed in 236 milliseconds