Home
last modified time | relevance | path

Searched refs:AF_ASH (Results 1 – 11 of 11) sorted by relevance

/external/strace/xlat/
Daddrfams.h132 #if defined(AF_ASH) || (defined(HAVE_DECL_AF_ASH) && HAVE_DECL_AF_ASH)
134 static_assert((AF_ASH) == (18), "AF_ASH != 18");
137 # define AF_ASH 18
345 [AF_ASH] = XLAT(AF_ASH),
Daddrfams.in20 AF_ASH 18
/external/python/cpython2/Lib/plat-atheos/
DIN.py431 AF_ASH = PF_ASH variable
747 AF_ASH = PF_ASH variable
/external/python/cpython2/Lib/plat-linux2/
DIN.py410 AF_ASH = PF_ASH variable
/external/libnl/lib/
Daddr.c1024 __ADD(AF_ASH,ash)
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs723 pub const AF_ASH: ::c_int = 18; constant
763 pub const PF_ASH: ::c_int = AF_ASH;
/external/rust/crates/libc/src/unix/uclibc/
Dmod.rs795 pub const AF_ASH: ::c_int = 18; constant
834 pub const PF_ASH: ::c_int = AF_ASH;
/external/crosvm/net_sys/src/
Diff.rs224 pub const AF_ASH: u32 = 18; constant
/external/python/cpython2/Modules/
Dsocketmodule.c4768 #ifdef AF_ASH
4770 PyModule_AddIntConstant(m, "AF_ASH", AF_ASH);
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1682 pub const AF_ASH: ::c_int = 18; constant
1722 pub const PF_ASH: ::c_int = AF_ASH;
/external/python/cpython3/Modules/
Dsocketmodule.c7252 #ifdef AF_ASH
7254 PyModule_AddIntMacro(m, AF_ASH);