Home
last modified time | relevance | path

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

/curl/lib/
H A Dconnect.c253 unsigned short us_port = ntohs(si->sin_port); in Curl_addr2string() local
254 *port = us_port; in Curl_addr2string()
263 unsigned short us_port = ntohs(si6->sin6_port); in Curl_addr2string() local
264 *port = us_port; in Curl_addr2string()

Completed in 5 milliseconds