Rev 1306 | Rev 1484 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1306 | Rev 1440 | ||
---|---|---|---|
Line 42... | Line 42... | ||
42 | * to close the connection. */ |
42 | * to close the connection. */ |
43 | #define EEXISTS -8 /* Entry already exists */ |
43 | #define EEXISTS -8 /* Entry already exists */ |
44 | #define EBADMEM -9 /* Bad memory pointer */ |
44 | #define EBADMEM -9 /* Bad memory pointer */ |
45 | #define ENOTSUP -10 /* Not supported */ |
45 | #define ENOTSUP -10 /* Not supported */ |
46 | #define EADDRNOTAVAIL -11 /* Address not available. */ |
46 | #define EADDRNOTAVAIL -11 /* Address not available. */ |
- | 47 | #define ETIMEOUT -12 /* Timeout expired */ |
|
47 | 48 | ||
48 | #endif |
49 | #endif |