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

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
socket.h 48 #define SO_TIMESTAMP 29
49 #define SCM_TIMESTAMP SO_TIMESTAMP
  /bionic/libc/kernel/uapi/asm-generic/
socket.h 56 #define SO_TIMESTAMP 29
57 #define SCM_TIMESTAMP SO_TIMESTAMP
  /external/kernel-headers/original/uapi/asm-generic/
socket.h 49 #define SO_TIMESTAMP 29
50 #define SCM_TIMESTAMP SO_TIMESTAMP
  /bionic/libc/kernel/uapi/asm-mips/asm/
socket.h 56 #define SO_TIMESTAMP 29
57 #define SCM_TIMESTAMP SO_TIMESTAMP
  /external/kernel-headers/original/uapi/asm-mips/asm/
socket.h 68 #define SO_TIMESTAMP 29
69 #define SCM_TIMESTAMP SO_TIMESTAMP
  /external/strace/xlat/
sockoptions.h 107 #if defined(SO_TIMESTAMP) || (defined(HAVE_DECL_SO_TIMESTAMP) && HAVE_DECL_SO_TIMESTAMP)
108 XLAT(SO_TIMESTAMP),
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
timestamping.c 13 * SO_TIMESTAMP[NS].
72 " SO_TIMESTAMP - normal software time stamping, ms resolution\n"
180 case SO_TIMESTAMP: {
183 printf("SO_TIMESTAMP %ld.%06ld",
317 int so_timestamp = 0; local
341 if (!strcasecmp(argv[i], "SO_TIMESTAMP"))
342 so_timestamp = 1;
429 if (so_timestamp &&
430 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMP,
432 bail("setsockopt SO_TIMESTAMP");
    [all...]
rxtimestamp.c 23 int so_timestamp; member in struct:options
69 { so_timestamp: 1 },
77 { so_timestamp: 1, so_timestampns: 1 },
104 { so_timestamp: 1, so_timestamping: SOF_TIMESTAMPING_SOFTWARE
127 if (t->sockopt.so_timestamp)
128 printf(" SO_TIMESTAMP ");
255 if (o.so_timestamp &&
256 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMP,
257 &o.so_timestamp, sizeof(o.so_timestamp)) < 0
    [all...]
  /external/python/cpython2/Lib/plat-linux2/
IN.py 473 SO_TIMESTAMP = 29
474 SCM_TIMESTAMP = SO_TIMESTAMP
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 473 SO_TIMESTAMP = 29
474 SCM_TIMESTAMP = SO_TIMESTAMP
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 473 SO_TIMESTAMP = 29
474 SCM_TIMESTAMP = SO_TIMESTAMP
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/
SetSockOpt.c 59 { "SO_TIMESTAMP", SO_TIMESTAMP, SOL_SOCKET, TRUE, DATA_TYPE_UNKNOWN },
  /external/iputils/
ping_common.c 654 #ifdef SO_TIMESTAMP
657 if (setsockopt(icmp_sock, SOL_SOCKET, SO_TIMESTAMP, &on, sizeof(on)))
658 fprintf(stderr, "Warning: no SO_TIMESTAMP support, falling back to SIOCGSTAMP\n");
832 #ifdef SO_TIMESTAMP
835 c->cmsg_type != SO_TIMESTAMP)
ping6.c 137 #ifdef SO_TIMESTAMP
    [all...]
  /external/libpcap/
pcap-bt-monitor-linux.c 214 if (setsockopt(handle->fd, SOL_SOCKET, SO_TIMESTAMP, &opt, sizeof(opt)) < 0) {
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 124 #define SO_TIMESTAMP 0x0400 /* timestamp received dgram traffic */
  /system/netd/server/
NFLogListener.cpp 216 RETURN_IF_NOT_OK(sys.setsockopt<int32_t>(sock, SOL_SOCKET, SO_TIMESTAMP, 1));
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]

Completed in 421 milliseconds

1 2 3