Home
last modified time | relevance | path

Searched refs:hwconfig (Results 1 – 2 of 2) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Dtimestamping.c328 struct hwtstamp_config hwconfig, hwconfig_requested; in main() local
378 hwtstamp.ifr_data = (void *)&hwconfig; in main()
379 memset(&hwconfig, 0, sizeof(hwconfig)); in main()
380 hwconfig.tx_type = in main()
383 hwconfig.rx_filter = in main()
386 hwconfig_requested = hwconfig; in main()
396 hwconfig_requested.tx_type, hwconfig.tx_type, in main()
397 hwconfig_requested.rx_filter, hwconfig.rx_filter); in main()
/external/libpcap/
Dpcap-linux.c4214 struct hwtstamp_config hwconfig; local
4222 memset(&hwconfig, 0, sizeof(hwconfig));
4223 hwconfig.tx_type = HWTSTAMP_TX_ON;
4224 hwconfig.rx_filter = HWTSTAMP_FILTER_ALL;
4228 ifr.ifr_data = (void *)&hwconfig;