Searched defs:cmsg_type (Results 1 - 3 of 3) sorted by relevance

/external/strace/
H A Dnet.c311 int cmsg_type; member in struct:cmsghdr32
475 print_cmsg_type_data(struct tcb *tcp, const int cmsg_level, const int cmsg_type, argument
480 printxval(scmvals, cmsg_type, "SCM_???");
481 switch (cmsg_type) {
494 printxval(ip_cmsg_types, cmsg_type, "IP_???");
495 switch (cmsg_type) {
524 tprintf("%u", cmsg_type);
559 int cmsg_type = local
561 (current_wordsize < sizeof(long)) ? u.cmsg32->cmsg_type :
563 u.cmsg->cmsg_type;
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h411 int cmsg_type; member in struct:__sanitizer::__sanitizer_cmsghdr
426 int cmsg_type; member in struct:__sanitizer::__sanitizer_cmsghdr
/external/valgrind/include/vki/
H A Dvki-linux.h656 int cmsg_type; /* protocol-specific type */ member in struct:vki_cmsghdr

Completed in 1075 milliseconds