Lines Matching refs:error

42              * processes can bind to the same address without error (provided
61 * Linux. This stops the Linux kernel from suppressing some ICMP error messages
62 * and enables full ICMP error reporting for faster failover.
98 a transmission error was detected; if using :man:`recvmmsg(2)` no more
107 on error.
113 flag set. If a UDP socket error occurs, `nread` will be < 0. In either scenario,
206 :returns: 0 on success, or an error code < 0 on failure.
213 this function will return an UV_ENOTSUP error.
219 returning an UV_ENOTSUP error.
227 in an `UV_EISCONN` error. Trying to disconnect a handle that is not
228 connected will return an `UV_ENOTCONN` error.
236 :returns: 0 on success, or an error code < 0 on failure.
255 :returns: 0 on success, or an error code < 0 on failure
273 :returns: 0 on success, or an error code < 0 on failure.
288 :returns: 0 on success, or an error code < 0 on failure.
305 :returns: 0 on success, or an error code < 0 on failure.
321 :returns: 0 on success, or an error code < 0 on failure.
334 :returns: 0 on success, or an error code < 0 on failure.
347 :returns: 0 on success, or an error code < 0 on failure.
360 :returns: 0 on success, or an error code < 0 on failure.
373 :returns: 0 on success, or an error code < 0 on failure.
386 return `UV_EISCONN` error.
389 return `UV_EDESTADDRREQ` error.
405 :returns: 0 on success, or an error code < 0 on failure.
418 return `UV_EISCONN` error.
421 return `UV_EDESTADDRREQ` error.
424 < 0: negative error code (``UV_EAGAIN`` is returned when the message
442 :returns: 0 on success, or an error code < 0 on failure.
473 :returns: 0 on success, or an error code < 0 on failure.