Searched refs:rx_filter (Results 1 - 5 of 5) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
H A Dhwtstamp_config.c78 fputs("Usage: hwtstamp_config if_name [tx_type rx_filter]\n"
82 fputs("rx_filter is any of (case-insensitive):\n", stderr);
101 config.rx_filter = lookup_value(rx_filters, N_RX_FILTERS, argv[3]);
102 if (config.tx_type < 0 || config.rx_filter < 0) {
128 name = lookup_name(rx_filters, N_RX_FILTERS, config.rx_filter);
130 printf("rx_filter = %s\n", name);
132 printf("rx_filter = %d\n", config.rx_filter);
H A Dtimestamping.c383 hwconfig.rx_filter =
390 hwconfig_requested.rx_filter == HWTSTAMP_FILTER_NONE)
395 printf("SIOCSHWTSTAMP: tx_type %d requested, got %d; rx_filter %d requested, got %d\n",
397 hwconfig_requested.rx_filter, hwconfig.rx_filter);
/external/kernel-headers/original/uapi/linux/
H A Dnet_tstamp.h54 * @rx_filter: one of HWTSTAMP_FILTER_*
58 * driver or hardware does not support the requested @rx_filter value,
60 * @rx_filter will indicate the actual mode on return.
65 int rx_filter; member in struct:hwtstamp_config
95 /* possible values for hwtstamp_config->rx_filter */
/external/libpcap/
H A Dpcap-linux.c4224 hwconfig.rx_filter = HWTSTAMP_FILTER_ALL;
/external/valgrind/include/vki/
H A Dvki-linux.h3226 int rx_filter; member in struct:vki_hwtstamp_config

Completed in 401 milliseconds