Searched refs:dag_stream (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | pcap-dag.c | 93 int dag_stream; /* DAG stream number */ member 152 if(dag_stop_stream(p->fd, pd->dag_stream) < 0) in dag_platform_cleanup() 155 if(dag_detach_stream(p->fd, pd->dag_stream) < 0) in dag_platform_cleanup() 282 …if ( NULL == (pd->dag_mem_top = dag_advance_stream(p->fd, pd->dag_stream, &(pd->dag_mem_bottom))) … in dag_read() 659 if (dag_parse_name(device, newDev, strlen(device) + 16, &handlep->dag_stream) < 0) { in dag_activate() 665 if (handlep->dag_stream%2) { in dag_activate() 690 if (dag_attach_stream(handle->fd, handlep->dag_stream, 0, 0) < 0) { in dag_activate() 698 if (dag_get_stream_poll(handle->fd, handlep->dag_stream, in dag_activate() 723 if (dag_set_stream_poll(handle->fd, handlep->dag_stream, in dag_activate() 760 if(dag_start_stream(handle->fd, handlep->dag_stream) < 0) { in dag_activate() [all …]
|