Subversion Repositories HelenOS

Rev

Rev 4730 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4730 Rev 4736
Line 49... Line 49...
49
//#define EACCES            (-10013)
49
//#define EACCES            (-10013)
50
//#define EFAULT            (-10014)
50
//#define EFAULT            (-10014)
51
////#define EINVAL          (-10022)
51
////#define EINVAL          (-10022)
52
////#define EMFILE          (-10024)
52
////#define EMFILE          (-10024)
53
//#define EWOULDBLOCK       (-10035)
53
//#define EWOULDBLOCK       (-10035)
-
 
54
 
54
/** An API function is called while another blocking function is in progress.
55
/** An API function is called while another blocking function is in progress.
55
 */
56
 */
56
#define EINPROGRESS     (-10036)
57
#define EINPROGRESS     (-10036)
-
 
58
 
57
//#define EALREADY      (-10037)
59
//#define EALREADY      (-10037)
58
 
60
 
59
/** The socket identifier is not valid.
61
/** The socket identifier is not valid.
60
 */
62
 */
61
#define ENOTSOCK        (-10038)
63
#define ENOTSOCK        (-10038)
-
 
64
 
-
 
65
/** The destination address required.
-
 
66
 */
62
//#define EDESTADDRREQ  (-10039)
67
#define EDESTADDRREQ    (-10039)
-
 
68
 
63
//#define EMSGSIZE      (-10040)
69
//#define EMSGSIZE      (-10040)
64
//#define EPROTOTYPE        (-10041)
70
//#define EPROTOTYPE        (-10041)
65
//#define ENOPROTOOPT       (-10042)
71
//#define ENOPROTOOPT       (-10042)
66
 
72
 
67
/** Protocol is not supported.
73
/** Protocol is not supported.
Line 69... Line 75...
69
#define EPROTONOSUPPORT (-10043)
75
#define EPROTONOSUPPORT (-10043)
70
 
76
 
71
/** Socket type is not supported.
77
/** Socket type is not supported.
72
 */
78
 */
73
#define ESOCKTNOSUPPORT (-10044)
79
#define ESOCKTNOSUPPORT (-10044)
-
 
80
 
74
//#define EOPNOTSUPP        (-10045)
81
//#define EOPNOTSUPP        (-10045)
75
 
82
 
76
/** Protocol family is not supported.
83
/** Protocol family is not supported.
77
 */
84
 */
78
#define EPFNOSUPPORT    (-10046)
85
#define EPFNOSUPPORT    (-10046)
Line 82... Line 89...
82
#define EAFNOSUPPORT    (-10047)
89
#define EAFNOSUPPORT    (-10047)
83
 
90
 
84
/** Address is already in use.
91
/** Address is already in use.
85
 */
92
 */
86
#define EADDRINUSE      (-10048)
93
#define EADDRINUSE      (-10048)
-
 
94
 
87
//#define EADDRNOTAVAIL (-10049)
95
//#define EADDRNOTAVAIL (-10049)
88
/* May be reported at any time if the implementation detects an underlying failure.
96
/* May be reported at any time if the implementation detects an underlying failure.
89
 */
97
 */
90
//#define ENETDOWN      (-10050)
98
//#define ENETDOWN      (-10050)
91
//#define ENETUNREACH       (-10051)
99
//#define ENETUNREACH       (-10051)
Line 96... Line 104...
96
//#define EISCONN           (-10056)
104
//#define EISCONN           (-10056)
97
 
105
 
98
/** The socket is not connected or bound.
106
/** The socket is not connected or bound.
99
 */
107
 */
100
#define ENOTCONN        (-10057)
108
#define ENOTCONN        (-10057)
-
 
109
 
101
//#define ESHUTDOWN     (-10058)
110
//#define ESHUTDOWN     (-10058)
102
//#define ETOOMANYREFS  (-10059)
111
//#define ETOOMANYREFS  (-10059)
103
//#define ETIMEDOUT     (-10060)
112
//#define ETIMEDOUT     (-10060)
104
//#define ECONNREFUSED  (-10061)
113
//#define ECONNREFUSED  (-10061)
105
//#define ELOOP         (-10062)
114
//#define ELOOP         (-10062)