Lines Matching refs:Connection
196 ECONNABORTED Errno = 103 /* Connection aborted */
197 ECONNRESET Errno = 104 /* Connection reset by peer */
203 ETIMEDOUT Errno = 110 /* Connection timed out */
204 ECONNREFUSED Errno = 111 /* Connection refused */
208 EINPROGRESS Errno = 115 /* Connection already in progress */
318 ECONNABORTED: "Connection aborted",
319 ECONNRESET: "Connection reset by peer",
324 ETIMEDOUT: "Connection timed out",
325 ECONNREFUSED: "Connection refused",
329 EINPROGRESS: "Connection already in progress",