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

/external/libpcap/
H A Dpcap-dos.h122 volatile int in_index; /* queue index head */ member in struct:rx_ringbuf
H A Dpcap-dos.c1344 active_dev->queue.in_index = idx;
1390 q->in_index = 0;
1425 * Return the queue's next 'in_index' (head).
1430 volatile int index = q->in_index + 1;
1442 return (struct rx_elem*) (q->buf_start + (q->elem_size * q->in_index));
1458 q->in_index = q->out_index;

Completed in 36 milliseconds