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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap.c135 * Sets *tstamp_typesp to point to an array 1 or more supported time stamp
141 * in which case *tstamp_typesp is set to null.
146 pcap_list_tstamp_types(pcap_t *p, int **tstamp_typesp) argument
152 *tstamp_typesp = NULL;
154 *tstamp_typesp = (int*)calloc(sizeof(**tstamp_typesp),
156 if (*tstamp_typesp == NULL) {
161 (void)memcpy(*tstamp_typesp, p->tstamp_type_list,
162 sizeof(**tstamp_typesp) * p->tstamp_type_count);

Completed in 58 milliseconds