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

/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-dos.h122 volatile int in_index; /* queue index head */ member in struct:rx_ringbuf
H A Dpcap-dos.c1349 active_dev->queue.in_index = idx;
1395 q->in_index = 0;
1430 * Return the queue's next 'in_index' (head).
1435 volatile int index = q->in_index + 1;
1447 return (struct rx_elem*) (q->buf_start + (q->elem_size * q->in_index));
1463 q->in_index = q->out_index;

Completed in 158 milliseconds