| version 1.86, 2007/06/01 22:53:52 |
version 1.87, 2007/06/24 18:00:16 |
|
|
| #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. |