Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dconnect.c646 unsigned short us_port = ntohs(si->sin_port); in Curl_addr2string() local
647 *port = us_port; in Curl_addr2string()
656 unsigned short us_port = ntohs(si6->sin6_port); in Curl_addr2string() local
657 *port = us_port; in Curl_addr2string()