| version 1.100, 2011/06/26 16:43:12 |
version 1.101, 2011/12/20 23:56:29 |
|
|
| #define MSG_NOSIGNAL 0x0400 /* do not generate SIGPIPE on EOF */ |
#define MSG_NOSIGNAL 0x0400 /* do not generate SIGPIPE on EOF */ |
| #if defined(_NETBSD_SOURCE) |
#if defined(_NETBSD_SOURCE) |
| #define MSG_CMSG_CLOEXEC 0x0800 /* close on exec receiving fd */ |
#define MSG_CMSG_CLOEXEC 0x0800 /* close on exec receiving fd */ |
| |
#define MSG_NBIO 0x1000 /* use non-blocking I/O */ |
| #endif |
#endif |
| |
|
| /* Extra flags used internally only */ |
/* Extra flags used internally only */ |