Home
last modified time | relevance | path

Searched defs:MAX_UDP_PAYLOAD_SIZE (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/DnsResolver/doh/tests/doh_frontend/src/
Dclient.rs28 pub const MAX_UDP_PAYLOAD_SIZE: usize = 1350; constant
/aosp_15_r20/packages/modules/DnsResolver/doh/tests/doh_frontend/include/
Dlib.rs.h17 constexpr static const uintptr_t MAX_UDP_PAYLOAD_SIZE = 1350; variable
/aosp_15_r20/external/curl/lib/vquic/
H A Dvquic_int.h33 #define MAX_UDP_PAYLOAD_SIZE 1452 macro