Searched refs:us_port (Results 1 – 1 of 1) sorted by relevance
253 unsigned short us_port = ntohs(si->sin_port); in Curl_addr2string() local254 *port = us_port; in Curl_addr2string()263 unsigned short us_port = ntohs(si6->sin6_port); in Curl_addr2string() local264 *port = us_port; in Curl_addr2string()
Completed in 5 milliseconds