Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dconnect.c205 unsigned short us_port = ntohs(si->sin_port); in Curl_addr2string() local
206 *port = us_port; in Curl_addr2string()
215 unsigned short us_port = ntohs(si6->sin6_port); in Curl_addr2string() local
216 *port = us_port; in Curl_addr2string()

Completed in 2 milliseconds