OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rx_elem
(Results
1 - 2
of
2
) sorted by null
/external/libpcap/
pcap-dos.c
68
static struct
rx_elem
*pktq_in_elem (struct rx_ringbuf *q) LOCKED_FUNC;
69
static struct
rx_elem
*pktq_out_elem (struct rx_ringbuf *q);
1280
struct
rx_elem
*tail, *head;
1306
struct
rx_elem
*tail = pktq_out_elem (&active_dev->queue);
1341
struct
rx_elem
*head = pktq_in_elem (&active_dev->queue);
[
all
...]
pcap-dos.h
129
struct
rx_elem
{
struct
Completed in 289 milliseconds