#include <sys/types.h>
#include <sys/socket.h>
Go to the source code of this file.
◆ MSG_CMSG_CLOEXEC
#define MSG_CMSG_CLOEXEC 0x40000000 |
◆ MSG_FASTOPEN
#define MSG_FASTOPEN 0x20000000 |
◆ MSG_PROBE
◆ MSG_SENDPAGE_NOTLAST
#define MSG_SENDPAGE_NOTLAST 0x20000 |
◆ MSG_WAITFORONE
#define MSG_WAITFORONE 0x10000 |
◆ P_MSG_FLAG
Value: printed += scnprintf(bf + printed,
size - printed,
"%s%s", printed ?
"|" :
"", #n); \
flags &= ~MSG_##n; \
}
◆ SCA_MSG_FLAGS
◆ syscall_arg__scnprintf_msg_flags()
static size_t syscall_arg__scnprintf_msg_flags |
( |
char * |
bf, |
|
|
size_t |
size, |
|
|
struct syscall_arg * |
arg |
|
) |
| |
|
static |