Home
last modified time | relevance | path

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

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dnetbase.cpp388 uint8_t pchRet1[2]; in Socks5() local
389 if ((recvr = InterruptibleRecv(pchRet1, 2, g_socks5_recv_timeout, sock)) != IntrRecvError::OK) { in Socks5()
393 if (pchRet1[0] != SOCKSVersion::SOCKS5) { in Socks5()
396 if (pchRet1[1] == SOCKS5Method::USER_PASS && auth) { in Socks5()
418 } else if (pchRet1[1] == SOCKS5Method::NOAUTH) { in Socks5()
421 return error("Proxy requested wrong authentication method %02x", pchRet1[1]); in Socks5()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dnetbase.cpp388 uint8_t pchRet1[2]; in Socks5() local
389 if ((recvr = InterruptibleRecv(pchRet1, 2, g_socks5_recv_timeout, sock)) != IntrRecvError::OK) { in Socks5()
393 if (pchRet1[0] != SOCKSVersion::SOCKS5) { in Socks5()
396 if (pchRet1[1] == SOCKS5Method::USER_PASS && auth) { in Socks5()
418 } else if (pchRet1[1] == SOCKS5Method::NOAUTH) { in Socks5()
421 return error("Proxy requested wrong authentication method %02x", pchRet1[1]); in Socks5()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dnetbase.cpp388 uint8_t pchRet1[2];
389 if ((recvr = InterruptibleRecv(pchRet1, 2, g_socks5_recv_timeout, sock)) != IntrRecvError::OK) {
393 if (pchRet1[0] != SOCKSVersion::SOCKS5) { in UnserializeV1Array()
396 if (pchRet1[1] == SOCKS5Method::USER_PASS && auth) {
418 } else if (pchRet1[1] == SOCKS5Method::NOAUTH) { in UnserializeV2Stream()
421 return error("Proxy requested wrong authentication method %02x", pchRet1[1]);
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Dnetbase.cpp349 uint8_t pchRet1[2]; in Socks5() local
350 … if ((recvr = InterruptibleRecv(pchRet1, 2, SOCKS5_RECV_TIMEOUT, hSocket)) != IntrRecvError::OK) { in Socks5()
354 if (pchRet1[0] != SOCKSVersion::SOCKS5) { in Socks5()
357 if (pchRet1[1] == SOCKS5Method::USER_PASS && auth) { in Socks5()
379 } else if (pchRet1[1] == SOCKS5Method::NOAUTH) { in Socks5()
382 return error("Proxy requested wrong authentication method %02x", pchRet1[1]); in Socks5()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Dnetbase.cpp349 uint8_t pchRet1[2]; in Socks5() local
350 … if ((recvr = InterruptibleRecv(pchRet1, 2, SOCKS5_RECV_TIMEOUT, hSocket)) != IntrRecvError::OK) { in Socks5()
354 if (pchRet1[0] != SOCKSVersion::SOCKS5) { in Socks5()
357 if (pchRet1[1] == SOCKS5Method::USER_PASS && auth) { in Socks5()
379 } else if (pchRet1[1] == SOCKS5Method::NOAUTH) { in Socks5()
382 return error("Proxy requested wrong authentication method %02x", pchRet1[1]); in Socks5()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dnetbase.cpp463 uint8_t pchRet1[2]; in Socks5() local
464 … if ((recvr = InterruptibleRecv(pchRet1, 2, SOCKS5_RECV_TIMEOUT, hSocket)) != IntrRecvError::OK) { in Socks5()
468 if (pchRet1[0] != SOCKSVersion::SOCKS5) { in Socks5()
471 if (pchRet1[1] == SOCKS5Method::USER_PASS && auth) { in Socks5()
493 } else if (pchRet1[1] == SOCKS5Method::NOAUTH) { in Socks5()
496 return error("Proxy requested wrong authentication method %02x", pchRet1[1]); in Socks5()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dnetbase.cpp471 uint8_t pchRet1[2]; in Socks5() local
472 … if ((recvr = InterruptibleRecv(pchRet1, 2, SOCKS5_RECV_TIMEOUT, hSocket)) != IntrRecvError::OK) { in Socks5()
476 if (pchRet1[0] != SOCKSVersion::SOCKS5) { in Socks5()
479 if (pchRet1[1] == SOCKS5Method::USER_PASS && auth) { in Socks5()
501 } else if (pchRet1[1] == SOCKS5Method::NOAUTH) { in Socks5()
504 return error("Proxy requested wrong authentication method %02x", pchRet1[1]); in Socks5()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dnetbase.cpp471 uint8_t pchRet1[2]; in Socks5() local
472 … if ((recvr = InterruptibleRecv(pchRet1, 2, SOCKS5_RECV_TIMEOUT, hSocket)) != IntrRecvError::OK) { in Socks5()
476 if (pchRet1[0] != SOCKSVersion::SOCKS5) { in Socks5()
479 if (pchRet1[1] == SOCKS5Method::USER_PASS && auth) { in Socks5()
501 } else if (pchRet1[1] == SOCKS5Method::NOAUTH) { in Socks5()
504 return error("Proxy requested wrong authentication method %02x", pchRet1[1]); in Socks5()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dnetbase.cpp471 uint8_t pchRet1[2]; in Socks5() local
472 … if ((recvr = InterruptibleRecv(pchRet1, 2, SOCKS5_RECV_TIMEOUT, hSocket)) != IntrRecvError::OK) { in Socks5()
476 if (pchRet1[0] != SOCKSVersion::SOCKS5) { in Socks5()
479 if (pchRet1[1] == SOCKS5Method::USER_PASS && auth) { in Socks5()
501 } else if (pchRet1[1] == SOCKS5Method::NOAUTH) { in Socks5()
504 return error("Proxy requested wrong authentication method %02x", pchRet1[1]); in Socks5()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Dnetbase.cpp349 uint8_t pchRet1[2]; in Socks5() local
350 … if ((recvr = InterruptibleRecv(pchRet1, 2, SOCKS5_RECV_TIMEOUT, hSocket)) != IntrRecvError::OK) { in Socks5()
354 if (pchRet1[0] != SOCKSVersion::SOCKS5) { in Socks5()
357 if (pchRet1[1] == SOCKS5Method::USER_PASS && auth) { in Socks5()
379 } else if (pchRet1[1] == SOCKS5Method::NOAUTH) { in Socks5()
382 return error("Proxy requested wrong authentication method %02x", pchRet1[1]); in Socks5()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/
H A Dnetbase.cpp287 char pchRet1[2]; in Socks5() local
288 if (!InterruptibleRecv(pchRet1, 2, SOCKS5_RECV_TIMEOUT, hSocket)) { in Socks5()
293 if (pchRet1[0] != 0x05) { in Socks5()
297 if (pchRet1[1] == 0x02 && auth) { in Socks5()
322 } else if (pchRet1[1] == 0x00) { in Socks5()
326 return error("Proxy requested wrong authentication method %02x", pchRet1[1]); in Socks5()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/
H A Dnetbase.cpp287 char pchRet1[2]; in Socks5() local
288 if (!InterruptibleRecv(pchRet1, 2, SOCKS5_RECV_TIMEOUT, hSocket)) { in Socks5()
293 if (pchRet1[0] != 0x05) { in Socks5()
297 if (pchRet1[1] == 0x02 && auth) { in Socks5()
322 } else if (pchRet1[1] == 0x00) { in Socks5()
326 return error("Proxy requested wrong authentication method %02x", pchRet1[1]); in Socks5()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/
H A Dnetbase.cpp287 char pchRet1[2]; in Socks5() local
288 if (!InterruptibleRecv(pchRet1, 2, SOCKS5_RECV_TIMEOUT, hSocket)) { in Socks5()
293 if (pchRet1[0] != 0x05) { in Socks5()
297 if (pchRet1[1] == 0x02 && auth) { in Socks5()
322 } else if (pchRet1[1] == 0x00) { in Socks5()
326 return error("Proxy requested wrong authentication method %02x", pchRet1[1]); in Socks5()