Searched defs:mePort (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DLMEConnectionCompat.cpp125 bool LMEConnection::CompatOpenConnection(in_port_t mePort, ATAddress addr, unsigned int &connID) argument
150 openConnectionExMsg.MEPort = htons(mePort);
155 *(int *)inAddr, addrSize, addr.inPort(), mePort);
165 openConnectionMsg.MEPort = htons(mePort);
170 *(int *)inAddr, addrSize, addr.inPort(), mePort);

Completed in 58 milliseconds