OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RECEIVE_BUF_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libpcap/dist/
pcap-dos.h
105
#ifndef
RECEIVE_BUF_SIZE
106
#define
RECEIVE_BUF_SIZE
(ETH_MAX+20)
pcap-dos.c
822
rx_pool = k_calloc (
RECEIVE_BUF_SIZE
, RECEIVE_QUEUE_SIZE);
863
pktq_init (&dev->queue,
RECEIVE_BUF_SIZE
, RECEIVE_QUEUE_SIZE, rx_pool);
Completed in 14 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026