@return The local port in host order.
| 782 | |
| 783 | /// @return The local port in host order. |
| 784 | inline uint16_t |
| 785 | NetVConnection::get_local_port() |
| 786 | { |
| 787 | return ats_ip_port_host_order(this->get_local_addr()); |
| 788 | } |
| 789 | |
| 790 | inline sockaddr const * |
| 791 | NetVConnection::get_proxy_protocol_addr(const ProxyProtocolData src_or_dst) const |