Searched refs:dag_stream (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dag.c177 int dag_stream; /* DAG stream number */ member in struct:pcap_dag
245 if(dag_stop_stream(p->fd, pd->dag_stream) < 0)
248 if(dag_detach_stream(p->fd, pd->dag_stream) < 0)
376 if ( NULL == (pd->dag_mem_top = dag_advance_stream(p->fd, pd->dag_stream, &(pd->dag_mem_bottom))) ) {
767 if (dag_parse_name(device, newDev, strlen(device) + 16, &pd->dag_stream) < 0) {
781 if (pd->dag_stream%2) {
814 if (dag_attach_stream64(p->fd, pd->dag_stream, 0, 0) < 0) {
826 pd->drop_attr = dag_config_get_indexed_attribute_uuid(pd->dag_ref, kUint32AttributeStreamDropCount, pd->dag_stream/2);
832 if (dag_get_stream_poll64(p->fd, pd->dag_stream,
877 if (dag_set_stream_poll64(p->fd, pd->dag_stream,
[all...]

Completed in 219 milliseconds