Home | History | Annotate | Download | only in libpcap

Lines Matching full:hwconfig

4214 		struct hwtstamp_config hwconfig;
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;