HomeSort by relevance Sort by last modified time
    Searched refs:SCM_TIMESTAMPING (Results 1 - 25 of 35) sorted by null

1 2

  /external/strace/xlat/
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...]
  /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
  /external/kernel-headers/original/uapi/asm-generic/
socket.h 62 #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-mips/asm/
socket.h 81 #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);
timestamping.c 50 # define SCM_TIMESTAMPING SO_TIMESTAMPING
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) {
  /external/strace/
msghdr.c 222 [SCM_TIMESTAMPING] = { print_scm_timestamping, 1 }
  /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"
  /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...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]

Completed in 1409 milliseconds

1 2