Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-dag.c88 u_char *dag_mem_bottom; /* DAG card current memory bottom pointer */ member
92 u_int dag_mem_bottom; /* DAG card current memory bottom offset */ member
258 while (pd->dag_mem_top - pd->dag_mem_bottom < dag_record_size) { in dag_read()
285 …if ( NULL == (pd->dag_mem_top = dag_advance_stream(p->fd, pd->dag_stream, &(pd->dag_mem_bottom))) … in dag_read()
290 pd->dag_mem_top = dag_offset(p->fd, &(pd->dag_mem_bottom), flags); in dag_read()
293 if (nonblocking && (pd->dag_mem_top - pd->dag_mem_bottom < dag_record_size)) in dag_read()
301 (pd->dag_mem_top - pd->dag_mem_bottom < dag_record_size)) in dag_read()
310 while (pd->dag_mem_top - pd->dag_mem_bottom >= dag_record_size) { in dag_read()
317 dag_record_t *header = (dag_record_t *)(pd->dag_mem_bottom); in dag_read()
319 dag_record_t *header = (dag_record_t *)(pd->dag_mem_base + pd->dag_mem_bottom); in dag_read()
[all …]