Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-npf.c1867 u_int num_ts_types = 0; in get_ts_support() local
1868 p->tstamp_type_list[num_ts_types] = in get_ts_support()
1870 num_ts_types++; in get_ts_support()
1880 p->tstamp_type_list[num_ts_types] = in get_ts_support()
1882 num_ts_types++; in get_ts_support()
1890 p->tstamp_type_list[num_ts_types] = in get_ts_support()
1892 num_ts_types++; in get_ts_support()
1900 p->tstamp_type_list[num_ts_types] = in get_ts_support()
1902 num_ts_types++; in get_ts_support()
1913 p->tstamp_type_count = num_ts_types; in get_ts_support()
H A Dpcap-linux.c5139 int num_ts_types; in iface_get_ts_types() local
5228 num_ts_types = 0; in iface_get_ts_types()
5231 num_ts_types++; in iface_get_ts_types()
5233 if (num_ts_types != 0) { in iface_get_ts_types()
5234 handle->tstamp_type_list = malloc(num_ts_types * sizeof(u_int)); in iface_get_ts_types()
5246 handle->tstamp_type_count = num_ts_types; in iface_get_ts_types()