HomeSort by: relevance | last modified time | path
    Searched refs:rx_elem (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libpcap/dist/
pcap-dos.c 69 static struct rx_elem *pktq_in_elem (struct rx_ringbuf *q) LOCKED_FUNC;
70 static struct rx_elem *pktq_out_elem (struct rx_ringbuf *q);
1350 struct rx_elem *tail, *head;
1376 struct rx_elem *tail = pktq_out_elem (&active_dev->queue);
1411 struct rx_elem *head = pktq_in_elem (&active_dev->queue);
1463 PCAP_ASSERT (size >= sizeof(struct rx_elem) + sizeof(DWORD));
1470 struct rx_elem *elem = (struct rx_elem*) pool;
1510 static struct rx_elem *pktq_in_elem (struct rx_ringbuf *q)
1512 return (struct rx_elem*) (q->buf_start + (q->elem_size * q->in_index))
    [all...]
pcap-dos.h 129 struct rx_elem { struct

Completed in 15 milliseconds