@return The remote port in host order.
| 730 | |
| 731 | /// @return The remote port in host order. |
| 732 | inline uint16_t |
| 733 | NetVConnection::get_client_port() |
| 734 | { |
| 735 | return ats_ip_port_host_order(this->get_effective_remote_addr()); |
| 736 | } |
| 737 | |
| 738 | inline sockaddr const * |
| 739 | NetVConnection::get_remote_addr() |
nothing calls this directly
no test coverage detected