| version 1.84.2.2, 2007/06/09 23:58:17 |
version 1.84.2.3, 2007/07/15 13:28:12 |
|
|
| #define MSG_NAMEMBUF 0x1000000 /* msg_name is an mbuf */ |
#define MSG_NAMEMBUF 0x1000000 /* msg_name is an mbuf */ |
| #define MSG_CONTROLMBUF 0x2000000 /* msg_control is an mbuf */ |
#define MSG_CONTROLMBUF 0x2000000 /* msg_control is an mbuf */ |
| #define MSG_IOVUSRSPACE 0x4000000 /* msg_iov is in user space */ |
#define MSG_IOVUSRSPACE 0x4000000 /* msg_iov is in user space */ |
| |
#define MSG_LENUSRSPACE 0x8000000 /* address length is in user space */ |
| |
|
| /* |
/* |
| * Header for ancillary data objects in msg_control buffer. |
* Header for ancillary data objects in msg_control buffer. |