Home
last modified time | relevance | path

Searched refs:RECEIVE_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/libpcap/
Dpcap-dos.h103 #ifndef RECEIVE_BUF_SIZE
104 #define RECEIVE_BUF_SIZE (ETH_MAX+20) macro
Dpcap-dos.c804 rx_pool = k_calloc (RECEIVE_BUF_SIZE, RECEIVE_QUEUE_SIZE); in first_init()
845 pktq_init (&dev->queue, RECEIVE_BUF_SIZE, RECEIVE_QUEUE_SIZE, rx_pool); in first_init()