OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pktq_init
(Results
1 - 2
of
2
) sorted by null
/external/libpcap/
pcap-dos.c
62
static int
pktq_init
(struct rx_ringbuf *q, int size, int num, char *pool);
815
pktq_init
(&dev->queue, RECEIVE_BUF_SIZE, RECEIVE_QUEUE_SIZE, rx_pool);
1407
static int
pktq_init
(struct rx_ringbuf *q, int size, int num, char *pool)
function
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c
473
pktq_init
(struct pktq *pq, int num_prec, int max_len)
function
[
all
...]
Completed in 937 milliseconds