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

/external/libpcap/
H A Dpcap.c146 * Sets *tstamp_typesp to point to an array 1 or more supported time stamp
152 * in which case *tstamp_typesp is set to null.
157 pcap_list_tstamp_types(pcap_t *p, int **tstamp_typesp) argument
163 *tstamp_typesp = NULL;
165 *tstamp_typesp = (int*)calloc(sizeof(**tstamp_typesp),
167 if (*tstamp_typesp == NULL) {
172 (void)memcpy(*tstamp_typesp, p->tstamp_type_list,
173 sizeof(**tstamp_typesp) * p->tstamp_type_count);

Completed in 96 milliseconds