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

/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-linux.c3430 struct hwtstamp_config hwconfig; local
3438 memset(&hwconfig, 0, sizeof(hwconfig));
3439 hwconfig.tx_type = HWTSTAMP_TX_ON;
3440 hwconfig.rx_filter = HWTSTAMP_FILTER_ALL;
3444 ifr.ifr_data = (void *)&hwconfig;

Completed in 52 milliseconds