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

1 2

  /external/ltp/testcases/kernel/syscalls/setsockopt/
setsockopt02.c 53 #ifndef PACKET_VERSION
54 # define PACKET_VERSION 10
99 TEST(setsockopt(sk, SOL_PACKET, PACKET_VERSION, &ver, sizeof(ver)));
103 tst_brk(TBROK | TTERRNO, "setsockopt(sk, SOL_PACKET, PACKET_VERSION, TPACKET_V3)");
  /external/strace/xlat/
sockpacketoptions.h 35 #if defined(PACKET_VERSION) || (defined(HAVE_DECL_PACKET_VERSION) && HAVE_DECL_PACKET_VERSION)
36 XLAT(PACKET_VERSION),
  /external/android-clat/
ring.c 40 if (setsockopt(packetsock, SOL_PACKET, PACKET_VERSION, (void *) &ver, sizeof(ver))) {
41 logmsg(ANDROID_LOG_FATAL, "setsockopt(PACKET_VERSION, %d) failed: %s", ver, strerror(errno));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_packet.h 44 #define PACKET_VERSION 10
  /bionic/libc/kernel/uapi/linux/
if_packet.h 53 #define PACKET_VERSION 10
  /external/iproute2/include/uapi/linux/
if_packet.h 47 #define PACKET_VERSION 10
  /external/kernel-headers/original/uapi/linux/
if_packet.h 47 #define PACKET_VERSION 10
  /external/linux-kselftest/tools/testing/selftests/net/
psock_fanout.c 185 if (setsockopt(fd, SOL_PACKET, PACKET_VERSION, (void *) &val,
psock_tpacket.c 122 ret = setsockopt(sock, SOL_PACKET, PACKET_VERSION, &ver, sizeof(ver));
  /prebuilts/go/darwin-x86/src/syscall/
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...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
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...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]

Completed in 599 milliseconds

1 2