Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-linux.c3135 struct hwtstamp_config hwconfig; in create_ring() local
3143 memset(&hwconfig, 0, sizeof(hwconfig)); in create_ring()
3144 hwconfig.tx_type = HWTSTAMP_TX_ON; in create_ring()
3145 hwconfig.rx_filter = HWTSTAMP_FILTER_ALL; in create_ring()
3149 ifr.ifr_data = (void *)&hwconfig; in create_ring()