Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4735 → Rev 4736

/branches/network/uspace/srv/net/include/socket_errno.h
51,15 → 51,21
////#define EINVAL (-10022)
////#define EMFILE (-10024)
//#define EWOULDBLOCK (-10035)
 
/** An API function is called while another blocking function is in progress.
*/
#define EINPROGRESS (-10036)
 
//#define EALREADY (-10037)
 
/** The socket identifier is not valid.
*/
#define ENOTSOCK (-10038)
//#define EDESTADDRREQ (-10039)
 
/** The destination address required.
*/
#define EDESTADDRREQ (-10039)
 
//#define EMSGSIZE (-10040)
//#define EPROTOTYPE (-10041)
//#define ENOPROTOOPT (-10042)
71,6 → 77,7
/** Socket type is not supported.
*/
#define ESOCKTNOSUPPORT (-10044)
 
//#define EOPNOTSUPP (-10045)
 
/** Protocol family is not supported.
84,6 → 91,7
/** Address is already in use.
*/
#define EADDRINUSE (-10048)
 
//#define EADDRNOTAVAIL (-10049)
/* May be reported at any time if the implementation detects an underlying failure.
*/
98,6 → 106,7
/** The socket is not connected or bound.
*/
#define ENOTCONN (-10057)
 
//#define ESHUTDOWN (-10058)
//#define ETOOMANYREFS (-10059)
//#define ETIMEDOUT (-10060)