HomeSort by relevance Sort by last modified time
    Searched defs:remote_port_ (Results 1 - 3 of 3) sorted by null

  /art/runtime/jdwp/
jdwp_socket.cc 53 remote_port_(0U) {
63 uint16_t remote_port_; member in struct:art::JDWP::JdwpSocketState
243 remote_port_ = ntohs(addr.addrInet.sin_port);
244 VLOG(jdwp) << "+++ accepted connection from " << inet_ntoa(remote_addr_) << ":" << remote_port_;
  /external/webrtc/talk/media/sctp/
sctpdataengine.h 231 int remote_port_; member in class:cricket::SctpDataMediaChannel
  /system/connectivity/shill/
socket_info.h 97 uint16_t remote_port() const { return remote_port_; }
98 void set_remote_port(uint16_t remote_port) { remote_port_ = remote_port; }
118 uint16_t remote_port_; member in class:shill::SocketInfo

Completed in 188 milliseconds