Searched defs:msg_flags (Results 1 - 18 of 18) sorted by relevance

/external/strace/xlat/
H A Dmsg_flags.h1 /* Generated by ./xlat/gen.sh from ./xlat/msg_flags.in; do not edit. */
8 const struct xlat msg_flags[] = { variable in typeref:struct:xlat
/external/strace/mpers-m32/
H A Dstruct_msghdr.h11 int32_t msg_flags; member in struct:__anon17686
H A Dstruct_mmsghdr.h12 int32_t msg_flags; member in struct:__anon17684::__anon17685
/external/strace/mpers-mx32/
H A Dstruct_msghdr.h11 int32_t msg_flags; member in struct:__anon17835
H A Dstruct_mmsghdr.h12 int32_t msg_flags; member in struct:__anon17833::__anon17834
/external/ltp/utils/sctp/lib/
H A Drecvmsg.c35 * int *msg_flags)
46 * msg_flags - A pointer to a integer to be filled with
57 int *msg_flags)
77 error = recvmsg(s, &inmsg, msg_flags ? *msg_flags : 0);
83 if (msg_flags)
84 *msg_flags = inmsg.msg_flags;
55 sctp_recvmsg(int s, void *msg, size_t len, struct sockaddr *from, socklen_t *fromlen, struct sctp_sndrcvinfo *sinfo, int *msg_flags) argument
/external/ltp/utils/sctp/func_tests/
H A Dtest_sctp_sendrecvmsg.c85 int offset, msg_flags; local
178 msg_flags = 0;
181 &sinfo, &msg_flags);
185 test_check_buf_notification(big_buffer, error, msg_flags,
201 msg_flags = 0;
204 &sinfo, &msg_flags);
206 test_check_buf_notification(big_buffer, error, msg_flags,
215 msg_flags = 0;
218 &sinfo, &msg_flags);
219 test_check_buf_data(big_buffer, error, msg_flags,
[all...]
/external/ltp/utils/sctp/testlib/
H A Dsctputil.c112 if (!(MSG_NOTIFICATION & msg->msg_flags)) {
177 /* Check if a buf/msg_flags matches a notification, its type, and possibly an
181 test_check_buf_notification(void *buf, int datalen, int msg_flags, argument
187 if (!(msg_flags & MSG_NOTIFICATION))
226 msg->msg_flags, expected_datalen,
230 /* Check if a buf/msg_flags/sinfo corresponds to data, its length, msg_flags,
234 test_check_buf_data(void *buf, int datalen, int msg_flags, argument
239 if (msg_flags & MSG_NOTIFICATION)
251 if ((msg_flags
[all...]
H A Dsctputil.h298 int *msg_flags)
300 int error = sctp_recvmsg(sk, msg, len, from, fromlen, sinfo, msg_flags);
295 test_sctp_recvmsg(int sk, void *msg, size_t len, struct sockaddr *from, socklen_t *fromlen, struct sctp_sndrcvinfo *sinfo, int *msg_flags) argument
/external/vulkan-validation-layers/layers/
H A Dvk_layer_config.cpp253 void print_msg_flags(VkFlags msgFlags, char *msg_flags) { argument
256 msg_flags[0] = 0;
258 strcat(msg_flags, "DEBUG");
263 strcat(msg_flags, ",");
264 strcat(msg_flags, "INFO");
269 strcat(msg_flags, ",");
270 strcat(msg_flags, "WARN");
275 strcat(msg_flags, ",");
276 strcat(msg_flags, "PERF");
281 strcat(msg_flags, ",");
[all...]
H A Dvk_layer_logging.h359 char msg_flags[30]; local
361 print_msg_flags(msgFlags, msg_flags);
363 fprintf((FILE *)pUserData, "%s(%s): object: 0x%" PRIx64 " type: %d location: %lu msgCode: %d: %s\n", pLayerPrefix, msg_flags,
374 char msg_flags[30]; local
377 print_msg_flags(msgFlags, msg_flags);
380 msg_flags, (size_t)srcObject, objType, location, msgCode, pMsg);
H A Dcore_validation.cpp2205 static bool validate_status(layer_data *my_data, GLOBAL_CB_NODE *pNode, CBStatusFlags status_mask, VkFlags msg_flags, argument
2208 return log_msg(my_data->report_data, msg_flags, VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_BUFFER_EXT,
/external/iputils/ninfod/
H A Dni_ifaddrs.c151 msg.msg_flags = 0;
154 || (msg.msg_flags & MSG_TRUNC))
157 *flags = msg.msg_flags;
169 int msg_flags; local
179 result = read_size = nl_recvmsg(sd, request, seq, buff, bufsize, &msg_flags);
180 if (read_size < 0 || (msg_flags & MSG_TRUNC)) {
/external/netperf/src/
H A Dnettest_sctp.c1072 int msg_flags = 0;
1329 NULL, 0, NULL, &msg_flags)) != 0) {
1352 if (msg_flags & MSG_NOTIFICATION) {
1353 msg_flags = 0;
2224 int msg_flags = 0;
2466 NULL, &msg_flags)) != 0) {
2478 if (msg_flags & MSG_NOTIFICATION) {
2616 int msg_flags = 0;
2938 msg_flags = 0;
2942 NULL, &msg_flags)) <
1066 int msg_flags = 0; local
2216 int msg_flags = 0; local
2607 int msg_flags = 0; local
3478 int msg_flags = 0; local
3658 int msg_flags = 0; local
4298 int msg_flags; local
[all...]
/external/libnfnetlink/src/
H A Dlibnfnetlink.c417 msg.msg_flags = 0;
430 * @msg_flags: netlink message flags
441 u_int16_t msg_flags)
450 nlh->nlmsg_flags = msg_flags;
615 if (msg.msg_flags & MSG_TRUNC) {
644 if (msg.msg_flags & MSG_TRUNC) {
733 if (msg.msg_flags & MSG_TRUNC) {
776 if (msg.msg_flags & MSG_TRUNC) {
436 nfnl_fill_hdr(struct nfnl_subsys_handle *ssh, struct nlmsghdr *nlh, unsigned int len, u_int8_t family, u_int16_t res_id, u_int16_t msg_type, u_int16_t msg_flags) argument
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h410 int msg_flags; member in struct:__sanitizer::__sanitizer_msghdr
425 int msg_flags; member in struct:__sanitizer::__sanitizer_msghdr
/external/google-breakpad/src/third_party/lss/
H A Dlinux_syscall_support.h203 unsigned msg_flags; member in struct:kernel_msghdr
/external/valgrind/include/vki/
H A Dvki-linux.h645 unsigned msg_flags; member in struct:vki_msghdr

Completed in 504 milliseconds