Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-dos.h105 #ifndef RECEIVE_BUF_SIZE
106 #define RECEIVE_BUF_SIZE (ETH_MAX+20) macro
Dpcap-dos.c750 rx_pool = k_calloc (RECEIVE_BUF_SIZE, RECEIVE_QUEUE_SIZE); in first_init()
791 pktq_init (&dev->queue, RECEIVE_BUF_SIZE, RECEIVE_QUEUE_SIZE, rx_pool); in first_init()