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

/external/libpcap/
H A Dpcap-dag.c84 u_char *dag_mem_bottom; /* DAG card current memory bottom pointer */ member in struct:pcap_dag
88 u_int dag_mem_bottom; /* DAG card current memory bottom offset */ member in struct:pcap_dag
255 while (pd->dag_mem_top - pd->dag_mem_bottom < dag_record_size) {
282 if ( NULL == (pd->dag_mem_top = dag_advance_stream(p->fd, pd->dag_stream, &(pd->dag_mem_bottom))) ) {
287 pd->dag_mem_top = dag_offset(p->fd, &(pd->dag_mem_bottom), flags);
290 if (nonblocking && (pd->dag_mem_top - pd->dag_mem_bottom < dag_record_size))
298 (pd->dag_mem_top - pd->dag_mem_bottom < dag_record_size))
307 while (pd->dag_mem_top - pd->dag_mem_bottom >= dag_record_size) {
314 dag_record_t *header = (dag_record_t *)(pd->dag_mem_bottom);
316 dag_record_t *header = (dag_record_t *)(pd->dag_mem_base + pd->dag_mem_bottom);
[all...]

Completed in 25 milliseconds