Searched refs:PACKET_STATISTICS (Results 1 – 13 of 13) sorted by relevance
/external/strace/xlat/ |
D | sock_packet_options.h | 29 #if defined(PACKET_STATISTICS) || (defined(HAVE_DECL_PACKET_STATISTICS) && HAVE_DECL_PACKET_STATIST… 30 XLAT(PACKET_STATISTICS),
|
D | sock_packet_options.in | 5 PACKET_STATISTICS
|
/external/strace/tests-m32/ |
D | net-tpacket_stats.c | 19 long rc = getsockopt(-1, SOL_PACKET, PACKET_STATISTICS, tpstats, len); in get_tpacket_stats()
|
/external/strace/tests/ |
D | net-tpacket_stats.c | 19 long rc = getsockopt(-1, SOL_PACKET, PACKET_STATISTICS, tpstats, len); in get_tpacket_stats()
|
/external/strace/tests-mx32/ |
D | net-tpacket_stats.c | 19 long rc = getsockopt(-1, SOL_PACKET, PACKET_STATISTICS, tpstats, len); in get_tpacket_stats()
|
/external/iproute2/include/uapi/linux/ |
D | if_packet.h | 43 #define PACKET_STATISTICS 6 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | if_packet.h | 44 #define PACKET_STATISTICS 6 macro
|
/external/strace/ |
D | net.c | 674 #ifdef PACKET_STATISTICS 802 #ifdef PACKET_STATISTICS in print_getsockopt() 803 case PACKET_STATISTICS: in print_getsockopt()
|
D | NEWS | 32 and PACKET_STATISTICS getsockopt options.
|
D | ChangeLog | 1037 tests: check decoding of getsockopt(PACKET_STATISTICS) 1092 net: enhance decoding of getsockopt(PACKET_STATISTICS) 52702 (sys_getsockopt): Decode PACKET_STATISTICS.
|
/external/scapy/scapy/arch/ |
D | linux.py | 68 PACKET_STATISTICS = 6 variable
|
/external/libpcap/ |
D | pcap-linux.c | 1314 if (getsockopt(handle->fd, SOL_PACKET, PACKET_STATISTICS, in pcap_stats_linux()
|
D | CHANGES | 686 support the PACKET_STATISTICS getsockopt() argument on
|