HomeSort by relevance Sort by last modified time
    Searched full:dag_stream (Results 1 - 1 of 1) sorted by null

  /external/libpcap/
pcap-dag.c 93 int dag_stream; /* DAG stream number */ member in struct:pcap_dag
152 if(dag_stop_stream(p->fd, pd->dag_stream) < 0)
155 if(dag_detach_stream(p->fd, pd->dag_stream) < 0)
282 if ( NULL == (pd->dag_mem_top = dag_advance_stream(p->fd, pd->dag_stream, &(pd->dag_mem_bottom))) ) {
659 if (dag_parse_name(device, newDev, strlen(device) + 16, &handlep->dag_stream) < 0) {
665 if (handlep->dag_stream%2) {
690 if (dag_attach_stream(handle->fd, handlep->dag_stream, 0, 0) < 0) {
698 if (dag_get_stream_poll(handle->fd, handlep->dag_stream,
723 if (dag_set_stream_poll(handle->fd, handlep->dag_stream,
760 if(dag_start_stream(handle->fd, handlep->dag_stream) < 0)
    [all...]

Completed in 122 milliseconds