Home
last modified time | relevance | path

Searched refs:SOL_AAL (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Dsocketlayers.h134 #if defined(SOL_AAL) || (defined(HAVE_DECL_SOL_AAL) && HAVE_DECL_SOL_AAL)
136 static_assert((SOL_AAL) == (265), "SOL_AAL != 265");
139 # define SOL_AAL 265
303 XLAT(SOL_AAL),
Dsocketlayers.in22 SOL_AAL 265
/external/ppp/pppd/plugins/pppoatm/
Datm.h38 #ifndef SOL_AAL
39 #define SOL_AAL 265 macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py424 SOL_AAL = 265 variable
/external/python/cpython2/Lib/plat-atheos/
DIN.py442 SOL_AAL = 265 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c4867 #ifdef SOL_AAL
4868 { "SOL_AAL", (unsigned long) SOL_AAL },
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs661 pub const SOL_AAL: ::c_int = 265; constant
/external/crosvm/net_sys/src/
Diff.rs256 pub const SOL_AAL: u32 = 265; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1657 pub const SOL_AAL: ::c_int = 265; constant