Searched refs:HostPort (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/lms/
H A DProtocolCompat.cpp77 ntohs(msg->HostPort));
81 ntohs(msg->HostPort),
87 ntohs(msg->HostPort));
91 ntohs(msg->HostPort),
H A DLMS_if_compat.h96 * @HostPort: Source port of the initiating application, in network order (Big
107 UINT16 HostPort; member in struct:__anon801
141 * @HostPort: Source port of the initiating application, in network order (Big
160 UINT16 HostPort; member in struct:__anon803
H A DLMEConnectionCompat.cpp149 openConnectionExMsg.HostPort = htons(addr.inPort());
164 openConnectionMsg.HostPort = htons(addr.inPort());
295 msg->ConnectionId, msg->Host, ntohs(msg->HostPort));
299 msg->ConnectionId, inet_ntoa(*((struct in_addr *)msg->Host)), ntohs(msg->HostPort));

Completed in 33 milliseconds