Searched refs:PACKET_VERSION (Results 1 – 7 of 7) sorted by relevance
/external/strace/xlat/ |
D | sockpacketoptions.h | 35 #if defined(PACKET_VERSION) || (defined(HAVE_DECL_PACKET_VERSION) && HAVE_DECL_PACKET_VERSION) 36 XLAT(PACKET_VERSION),
|
D | sockpacketoptions.in | 9 PACKET_VERSION
|
/external/android-clat/ |
D | ring.c | 40 if (setsockopt(packetsock, SOL_PACKET, PACKET_VERSION, (void *) &ver, sizeof(ver))) { in ring_create()
|
/external/kernel-headers/original/uapi/linux/ |
D | if_packet.h | 46 #define PACKET_VERSION 10 macro
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | psock_fanout.c | 154 if (setsockopt(fd, SOL_PACKET, PACKET_VERSION, (void *) &val, in sock_fanout_open_ring()
|
D | psock_tpacket.c | 121 ret = setsockopt(sock, SOL_PACKET, PACKET_VERSION, &ver, sizeof(ver)); in pfsocket()
|
/external/libpcap/ |
D | pcap-linux.c | 3650 if (setsockopt(handle->fd, SOL_PACKET, PACKET_VERSION, &val,
|