#include <kernel/errno.h>#include <fibril.h>Go to the source code of this file.
Defines | |
| #define | EADDRINUSE (-10048) |
| Address is already in use. | |
| #define | EAFNOSUPPORT (-10047) |
| Address family is not supported. | |
| #define | EAGAIN (-11002) |
| The requested operation was not performed. | |
| #define | EBADCHECKSUM (-300) |
| Bad checksum. | |
| #define | EBADF (-262) |
| #define | EDESTADDRREQ (-10039) |
| The destination address required. | |
| #define | EEMPTY (-302) |
| Empty resource (no data). | |
| #define | EEXIST (-260) |
| #define | EINPROGRESS (-10036) |
| An API function is called while another blocking function is in progress. | |
| #define | EIO (-265) |
| #define | EISDIR (-257) |
| #define | EMFILE (-18) |
| #define | EMLINK (-266) |
| #define | ENAK (-303) |
| Negative acknowledgment. | |
| #define | ENAMETOOLONG (-256) |
| #define | ENOSPC (-259) |
| #define | ENOTCONN (-10057) |
| The socket is not connected or bound. | |
| #define | ENOTDIR (-258) |
| #define | ENOTEMPTY (-261) |
| #define | ENOTSOCK (-10038) |
| The socket identifier is not valid. | |
| #define | EPFNOSUPPORT (-10046) |
| Protocol family is not supported. | |
| #define | EPROTONOSUPPORT (-10043) |
| Protocol is not supported. | |
| #define | ERANGE (-263) |
| #define | errno (*(__errno())) |
| #define | ESOCKTNOSUPPORT (-10044) |
| Socket type is not supported. | |
| #define | ESTALL (-301) |
| USB: stalled operation. | |
| #define | EXDEV (-264) |
| #define | NO_DATA (-11004) |
| No data. | |
Functions | |
| int * | __errno (void) |
Definition in file errno.h.
1.4.7