Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-linux.c3273 struct hwtstamp_config hwconfig; in create_ring() local
3281 memset(&hwconfig, 0, sizeof(hwconfig)); in create_ring()
3282 hwconfig.tx_type = HWTSTAMP_TX_ON; in create_ring()
3283 hwconfig.rx_filter = HWTSTAMP_FILTER_ALL; in create_ring()
3287 ifr.ifr_data = (void *)&hwconfig; in create_ring()