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.c309 struct hwtstamp_config hwconfig, hwconfig_requested; in main() local
359 hwtstamp.ifr_data = (void *)&hwconfig; in main()
360 memset(&hwconfig, 0, sizeof(hwconfig)); in main()
361 hwconfig.tx_type = in main()
364 hwconfig.rx_filter = in main()
367 hwconfig_requested = hwconfig; in main()
377 hwconfig_requested.tx_type, hwconfig.tx_type, in main()
378 hwconfig_requested.rx_filter, hwconfig.rx_filter); in main()
/external/libpcap/
Dpcap-linux.c3092 struct hwtstamp_config hwconfig; in create_ring() local
3100 memset(&hwconfig, 0, sizeof(hwconfig)); in create_ring()
3101 hwconfig.tx_type = HWTSTAMP_TX_ON; in create_ring()
3102 hwconfig.rx_filter = HWTSTAMP_FILTER_ALL; in create_ring()
3106 ifr.ifr_data = (void *)&hwconfig; in create_ring()