HomeSort by relevance Sort by last modified time
    Searched defs:cmsg_type (Results 1 - 8 of 8) sorted by null

  /external/strace/
msghdr.c 48 int cmsg_type; member in struct:cmsghdr32
236 print_cmsg_type_data(struct tcb *tcp, const int cmsg_level, const int cmsg_type,
239 const unsigned int utype = cmsg_type;
242 printxval(scmvals, cmsg_type, "SCM_???");
251 printxval(ip_cmsg_types, cmsg_type, "IP_???");
260 tprintf("%#x", cmsg_type);
320 const int cmsg_type = local
322 (current_wordsize < sizeof(long)) ? u.cmsg32->cmsg_type :
324 u.cmsg->cmsg_type;
330 tprints(", cmsg_type=")
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mswsock.h 173 INT cmsg_type; member in struct:_WSACMSGHDR
  /bionic/libc/include/sys/
socket.h 102 int cmsg_type; member in struct:cmsghdr
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 475 int cmsg_type; /* protocol-specific type */ member in struct:cmsghdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 288 int cmsg_type; /* Protocol specific type. */ member in struct:cmsghdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h 288 int cmsg_type; /* Protocol specific type. */ member in struct:cmsghdr
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 415 int cmsg_type; member in struct:__sanitizer::__sanitizer_cmsghdr
430 int cmsg_type; member in struct:__sanitizer::__sanitizer_cmsghdr
    [all...]
  /external/valgrind/include/vki/
vki-linux.h 652 int cmsg_type; /* protocol-specific type */ member in struct:vki_cmsghdr
    [all...]

Completed in 993 milliseconds