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

/external/libpcap/
H A Dpcap-int.h109 u_char *dag_mem_bottom; /* DAG card current memory bottom pointer */ member in struct:pcap_md
113 u_int dag_mem_bottom; /* DAG card current memory bottom offset */ member in struct:pcap_md
H A Dpcap-dag.c196 while (p->md.dag_mem_top - p->md.dag_mem_bottom < dag_record_size) {
223 p->md.dag_mem_top = dag_advance_stream(p->fd, p->md.dag_stream, &(p->md.dag_mem_bottom));
226 p->md.dag_mem_top = dag_offset(p->fd, &(p->md.dag_mem_bottom), flags);
229 if (nonblocking && (p->md.dag_mem_top - p->md.dag_mem_bottom < dag_record_size))
237 (p->md.dag_mem_top - p->md.dag_mem_bottom < dag_record_size))
246 while (p->md.dag_mem_top - p->md.dag_mem_bottom >= dag_record_size) {
253 dag_record_t *header = (dag_record_t *)(p->md.dag_mem_bottom);
255 dag_record_t *header = (dag_record_t *)(p->md.dag_mem_base + p->md.dag_mem_bottom);
280 p->md.dag_mem_bottom += rlen;
645 handle->md.dag_mem_bottom
[all...]

Completed in 79 milliseconds