Searched refs:port_upper (Results 1 – 1 of 1) sorted by relevance
757 unsigned char port_upper = (unsigned char)socksreq[len - 2]; in Curl_SOCKS5() local762 ((port_upper << 8) | in Curl_SOCKS5()765 socksreq[len - 2] = port_upper; in Curl_SOCKS5()