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

/freebsd-13-stable/contrib/libpcap/
H A Dpcap-linux.c4658 struct hwtstamp_config hwconfig; local
4666 memset(&hwconfig, 0, sizeof(hwconfig));
4667 hwconfig.tx_type = HWTSTAMP_TX_ON;
4668 hwconfig.rx_filter = HWTSTAMP_FILTER_ALL;
4672 ifr.ifr_data = (void *)&hwconfig;

Completed in 173 milliseconds