Home
last modified time | relevance | path

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

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