HomeSort by relevance Sort by last modified time
    Searched full:scm_timestamping (Results 1 - 25 of 41) sorted by null

1 2

  /external/strace/xlat/
scmvals.in 27 #ifndef SCM_TIMESTAMPING
29 # define SCM_TIMESTAMPING 0x4020
31 # define SCM_TIMESTAMPING 0x0023
33 # define SCM_TIMESTAMPING 37
36 SCM_TIMESTAMPING
scmvals.h 29 #ifndef SCM_TIMESTAMPING
31 # define SCM_TIMESTAMPING 0x4020
33 # define SCM_TIMESTAMPING 0x0023
35 # define SCM_TIMESTAMPING 37
104 #ifndef SCM_TIMESTAMPING
106 # define SCM_TIMESTAMPING 0x4020
108 # define SCM_TIMESTAMPING 0x0023
110 # define SCM_TIMESTAMPING 37
113 #if defined(SCM_TIMESTAMPING) || (defined(HAVE_DECL_SCM_TIMESTAMPING) && HAVE_DECL_SCM_TIMESTAMPING)
114 XLAT(SCM_TIMESTAMPING),
    [all...]
  /external/kernel-headers/original/uapi/linux/
errqueue.h 30 * struct scm_timestamping - timestamps exposed through cmsg
36 struct scm_timestamping { struct
40 /* The type of scm_timestamping, passed in sock_extended_err ee_info.
  /bionic/libc/kernel/uapi/linux/
errqueue.h 40 struct scm_timestamping { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
socket.h 61 #define SCM_TIMESTAMPING SO_TIMESTAMPING
  /bionic/libc/kernel/uapi/asm-generic/
socket.h 65 #define SCM_TIMESTAMPING SO_TIMESTAMPING
  /bionic/libc/kernel/uapi/asm-mips/asm/
socket.h 66 #define SCM_TIMESTAMPING SO_TIMESTAMPING
  /external/kernel-headers/original/uapi/asm-generic/
socket.h 62 #define SCM_TIMESTAMPING SO_TIMESTAMPING
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
rxtimestamp.c 144 printf(" SCM_TIMESTAMPING {");
173 struct scm_timestamping *ts;
213 case SCM_TIMESTAMPING:
214 ts = (struct scm_timestamping *)CMSG_DATA(cmsg);
txtimestamp.c 118 static void print_timestamp(struct scm_timestamping *tss, int tstype,
182 struct scm_timestamping *tss = NULL;
190 cm->cmsg_type == SCM_TIMESTAMPING) {
timestamping.c 50 # define SCM_TIMESTAMPING SO_TIMESTAMPING
  /external/kernel-headers/original/uapi/asm-mips/asm/
socket.h 81 #define SCM_TIMESTAMPING SO_TIMESTAMPING
  /external/strace/tests/
msg_control.c 332 cmsg->cmsg_type = SCM_TIMESTAMPING;
347 ", cmsg_level=SOL_SOCKET, cmsg_type=SCM_TIMESTAMPING"
364 cmsg->cmsg_type = SCM_TIMESTAMPING;
372 ", cmsg_level=SOL_SOCKET, cmsg_type=SCM_TIMESTAMPING"
  /external/strace/tests-m32/
msg_control.c 332 cmsg->cmsg_type = SCM_TIMESTAMPING;
347 ", cmsg_level=SOL_SOCKET, cmsg_type=SCM_TIMESTAMPING"
364 cmsg->cmsg_type = SCM_TIMESTAMPING;
372 ", cmsg_level=SOL_SOCKET, cmsg_type=SCM_TIMESTAMPING"
  /external/strace/tests-mx32/
msg_control.c 332 cmsg->cmsg_type = SCM_TIMESTAMPING;
347 ", cmsg_level=SOL_SOCKET, cmsg_type=SCM_TIMESTAMPING"
364 cmsg->cmsg_type = SCM_TIMESTAMPING;
372 ", cmsg_level=SOL_SOCKET, cmsg_type=SCM_TIMESTAMPING"
  /external/strace/
msghdr.c 222 [SCM_TIMESTAMPING] = { print_scm_timestamping, 1 }
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]

Completed in 1252 milliseconds

1 2