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

1 2

  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
rxtimestamp.c 25 int so_timestamping; member in struct:options
81 { so_timestamping: SOF_TIMESTAMPING_RX_SOFTWARE },
86 { so_timestamping: SOF_TIMESTAMPING_RX_HARDWARE },
90 { so_timestamping: SOF_TIMESTAMPING_SOFTWARE },
94 { so_timestamping: SOF_TIMESTAMPING_RX_SOFTWARE
99 { so_timestamping: SOF_TIMESTAMPING_SOFTWARE
104 { so_timestamp: 1, so_timestamping: SOF_TIMESTAMPING_SOFTWARE
131 if (t->sockopt.so_timestamping) {
132 printf(" SO_TIMESTAMPING: {");
134 if (t->sockopt.so_timestamping & sof_flags[f].mask
    [all...]
timestamping.c 8 * Outgoing packets are time stamped with SO_TIMESTAMPING with or
11 * Incoming packets are time stamped with SO_TIMESTAMPING with or
48 #ifndef SO_TIMESTAMPING
49 # define SO_TIMESTAMPING 37
50 # define SCM_TIMESTAMPING SO_TIMESTAMPING
196 case SO_TIMESTAMPING: {
199 printf("SO_TIMESTAMPING ");
440 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING,
443 bail("setsockopt SO_TIMESTAMPING");
463 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, &val, &len) < 0)
    [all...]
txtimestamp.c 328 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING,
  /external/strace/xlat/
sockoptions.in 39 SO_TIMESTAMPING
sockoptions.h 125 #if defined(SO_TIMESTAMPING) || (defined(HAVE_DECL_SO_TIMESTAMPING) && HAVE_DECL_SO_TIMESTAMPING)
126 XLAT(SO_TIMESTAMPING),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
socket.h 60 #define SO_TIMESTAMPING 37
61 #define SCM_TIMESTAMPING SO_TIMESTAMPING
  /bionic/libc/kernel/uapi/asm-generic/
socket.h 64 #define SO_TIMESTAMPING 37
65 #define SCM_TIMESTAMPING SO_TIMESTAMPING
  /bionic/libc/kernel/uapi/asm-mips/asm/
socket.h 65 #define SO_TIMESTAMPING 37
66 #define SCM_TIMESTAMPING SO_TIMESTAMPING
  /external/kernel-headers/original/uapi/asm-generic/
socket.h 61 #define SO_TIMESTAMPING 37
62 #define SCM_TIMESTAMPING SO_TIMESTAMPING
  /external/kernel-headers/original/uapi/linux/
net_tstamp.h 14 #include <linux/socket.h> /* for SO_TIMESTAMPING */
16 /* SO_TIMESTAMPING gets an integer bit field comprised of these values */
40 * SO_TIMESTAMPING flags are either for recording a packet timestamp or for
errqueue.h 32 * The timestamping interfaces SO_TIMESTAMPING, MSG_TSTAMP_*
ethtool.h 1183 __u32 so_timestamping; member in struct:ethtool_ts_info
    [all...]
  /external/kernel-headers/original/uapi/asm-mips/asm/
socket.h 80 #define SO_TIMESTAMPING 37
81 #define SCM_TIMESTAMPING SO_TIMESTAMPING
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
net_tstamp.h 12 #include <linux/socket.h> /* for SO_TIMESTAMPING */
14 /* SO_TIMESTAMPING gets an integer bit field comprised of these values */
  /bionic/libc/kernel/uapi/linux/
ethtool.h 399 __u32 so_timestamping; member in struct:ethtool_ts_info
  /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...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]

Completed in 1040 milliseconds

1 2