Home
last modified time | relevance | path

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

/curl/docs/cmdline-opts/
H A Dretry-connrefused.md18 In addition to the other conditions, consider ECONNREFUSED as a transient
/curl/lib/
H A Dcurl_setup_once.h373 #undef ECONNREFUSED /* override definition in errno.h */
374 #define ECONNREFUSED WSAECONNREFUSED macro
/curl/lib/vquic/
H A Dvquic.c372 if(!cf->connected && SOCKERRNO == ECONNREFUSED) { in recvmmsg_packets()
440 if(!cf->connected && SOCKERRNO == ECONNREFUSED) { in recvmsg_packets()
498 if(!cf->connected && SOCKERRNO == ECONNREFUSED) { in recvfrom_packets()
/curl/tests/server/
H A Dutil.c831 if(0 != rc && ECONNREFUSED != error) { in bind_unix_socket()
/curl/.github/scripts/
H A Dspellcheck.words215 ECONNREFUSED
/curl/src/
H A Dtool_operate.c479 if(ECONNREFUSED == oserrno) in post_per_transfer()

Completed in 33 milliseconds