Searched defs:MAX_PACKET_BUF_SIZE (Results 1 – 5 of 5) sorted by relevance
29 static constexpr size_t MAX_PACKET_BUF_SIZE = 256; variable
22 const MAX_PACKET_BUF_SIZE: usize = 256; const
26 const MAX_PACKET_BUF_SIZE: usize = 256; const
35 pub const MAX_PACKET_BUF_SIZE: usize = 256; const
34 #define MAX_PACKET_BUF_SIZE (1024*8) macro