Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-linux.c4794 } sof_ts_type_map[3] = { variable
4799 #define NUM_SOF_TIMESTAMPING_TYPES (sizeof sof_ts_type_map / sizeof sof_ts_type_map[0])
4816 handle->tstamp_type_list[i] = sof_ts_type_map[i].pcap_tstamp_val; in iface_set_all_ts_types()
4922 if (info.so_timestamping & sof_ts_type_map[i].soft_timestamping_val) in iface_get_ts_types()
4933 if (info.so_timestamping & sof_ts_type_map[i].soft_timestamping_val) { in iface_get_ts_types()
4934 handle->tstamp_type_list[j] = sof_ts_type_map[i].pcap_tstamp_val; in iface_get_ts_types()