Home
last modified time | relevance | path

Searched defs:MAX_MSG_SIZE (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/trusty/user/app/secretkeeper/
Dlib.rs56 const MAX_MSG_SIZE: usize = 4000; constant
/aosp_15_r20/device/google/cuttlefish/host/commands/metrics/
Dmetrics_configs.h22 const uint32_t MAX_MSG_SIZE = 200; variable
/aosp_15_r20/external/ethtool/netlink/
H A Dmsgbuff.c16 #define MAX_MSG_SIZE (4 << 20) /* 4 MB */ macro
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/ipc/
H A Dmsgque.c12 #define MAX_MSG_SIZE 32 macro
/aosp_15_r20/external/ltp/testcases/kernel/connectors/pec/
H A Dpec_listener.c52 #define MAX_MSG_SIZE 256 macro
/aosp_15_r20/external/ltp/testcases/kernel/controllers/cgroup/
H A Dcgroup_regression_getdelays.c68 #define MAX_MSG_SIZE 1024 macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dudp_proxy.c71 #define MAX_MSG_SIZE 16384 + 2048 /* max record/datagram size */ macro
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmessage.rs33 pub const MAX_MSG_SIZE: usize = 0x1000; constant
/aosp_15_r20/external/mbedtls/programs/test/
H A Dudp_proxy.c72 #define MAX_MSG_SIZE 16384 + 2048 /* max record/datagram size */ macro
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/nci/
H A Dnci_dev.c26 #define MAX_MSG_SIZE 1024 macro