Searched refs:tstamp_typesp (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/libpcap/
H A Dpcap.c140 * Sets *tstamp_typesp to point to an array 1 or more supported time stamp
146 * in which case *tstamp_typesp is set to null.
151 pcap_list_tstamp_types(pcap_t *p, int **tstamp_typesp) argument
157 *tstamp_typesp = NULL;
159 *tstamp_typesp = (int*)calloc(sizeof(**tstamp_typesp),
161 if (*tstamp_typesp == NULL) {
166 (void)memcpy(*tstamp_typesp, p->tstamp_type_list,
167 sizeof(**tstamp_typesp) * p->tstamp_type_count);

Completed in 44 milliseconds