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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
socket.h 55 #define SO_TIMESTAMPNS 35
56 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
  /bionic/libc/kernel/uapi/asm-generic/
socket.h 61 #define SO_TIMESTAMPNS 35
62 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
  /external/kernel-headers/original/uapi/asm-generic/
socket.h 56 #define SO_TIMESTAMPNS 35
57 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
  /bionic/libc/kernel/uapi/asm-mips/asm/
socket.h 62 #define SO_TIMESTAMPNS 35
63 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
  /external/kernel-headers/original/uapi/asm-mips/asm/
socket.h 75 #define SO_TIMESTAMPNS 35
76 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
timestamping.c 53 #ifndef SO_TIMESTAMPNS
54 # define SO_TIMESTAMPNS 35
73 " SO_TIMESTAMPNS - more accurate software time stamping\n"
188 case SO_TIMESTAMPNS: {
191 printf("SO_TIMESTAMPNS %ld.%09ld",
318 int so_timestampns = 0; local
343 else if (!strcasecmp(argv[i], "SO_TIMESTAMPNS"))
344 so_timestampns = 1;
434 if (so_timestampns &&
435 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMPNS,
    [all...]
rxtimestamp.c 24 int so_timestampns; member in struct:options
73 { so_timestampns: 1 },
77 { so_timestamp: 1, so_timestampns: 1 },
129 if (t->sockopt.so_timestampns)
130 printf(" SO_TIMESTAMPNS ");
260 if (o.so_timestampns &&
261 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPNS,
262 &o.so_timestampns, sizeof(o.so_timestampns)) < 0)
263 error(1, errno, "Failed to enable SO_TIMESTAMPNS");
    [all...]
  /external/strace/xlat/
sockoptions.h 119 #if defined(SO_TIMESTAMPNS) || (defined(HAVE_DECL_SO_TIMESTAMPNS) && HAVE_DECL_SO_TIMESTAMPNS)
120 XLAT(SO_TIMESTAMPNS),
  /external/libpcap/
pcap-linux.c 479 #if defined(SIOCGSTAMPNS) && defined(SO_TIMESTAMPNS)
498 #endif /* defined(SIOCGSTAMPNS) && defined(SO_TIMESTAMPNS) */
    [all...]
  /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...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]

Completed in 116 milliseconds

1 2