Home
last modified time | relevance | path

Searched defs:_SS_MAXSIZE (Results 1 – 5 of 5) sorted by relevance

/external/libwebsockets/include/libwebsockets/
Dlws-optee.h37 #define _SS_MAXSIZE 128U macro
/external/python/cpython3/Modules/
Daddrinfo.h143 #define _SS_MAXSIZE 128 macro
/external/python/cpython2/Modules/
Daddrinfo.h143 #define _SS_MAXSIZE 128 macro
/external/openssh/openbsd-compat/
Dfake-rfc2553.h51 # define _SS_MAXSIZE 128 /* Implementation specific max size */ macro
/external/rust/crates/libc/src/vxworks/
Dmod.rs796 pub const _SS_MAXSIZE: usize = 128; constant