Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-linux.c3758 struct hwtstamp_config hwconfig; local
3766 memset(&hwconfig, 0, sizeof(hwconfig));
3767 hwconfig.tx_type = HWTSTAMP_TX_ON;
3768 hwconfig.rx_filter = HWTSTAMP_FILTER_ALL;
3772 ifr.ifr_data = (void *)&hwconfig;