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

/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-dos.c1363 if (idx != active_dev->queue.out_index)
1415 q->out_index = 0;
1437 * Increment the queue 'out_index' (tail).
1442 q->out_index++;
1443 if (q->out_index >= q->num_elem)
1444 q->out_index = 0;
1445 return (q->out_index);
1474 return (struct rx_elem*) (q->buf_start + (q->elem_size * q->out_index));
1482 q->in_index = q->out_index;
H A Dpcap-dos.h123 int out_index; /* queue index tail */ member in struct:rx_ringbuf

Completed in 75 milliseconds