Searched defs:MAX_MSG_SIZE (Results 1 – 7 of 7) sorted by relevance
12 #define MAX_MSG_SIZE 32 macro
52 #define MAX_MSG_SIZE 256 macro
68 #define MAX_MSG_SIZE 1024 macro
81 #define MAX_MSG_SIZE 16384 + 2048 /* max record/datagram size */ macro
84 #define MAX_MSG_SIZE 16384 + 2048 /* max record/datagram size */ macro
26 #define MAX_MSG_SIZE 1024 macro
31 pub const MAX_MSG_SIZE: usize = 0x1000; constant