Home
last modified time | relevance | path

Searched refs:AF_ROSE (Results 1 – 12 of 12) sorted by relevance

/external/strace/xlat/
Daddrfams.h83 #if defined(AF_ROSE) || (defined(HAVE_DECL_AF_ROSE) && HAVE_DECL_AF_ROSE)
85 static_assert((AF_ROSE) == (11), "AF_ROSE != 11");
88 # define AF_ROSE 11
338 [AF_ROSE] = XLAT(AF_ROSE),
Daddrfams.in13 AF_ROSE 11
/external/python/cpython2/Lib/plat-atheos/
DIN.py423 AF_ROSE = PF_ROSE variable
739 AF_ROSE = PF_ROSE variable
/external/python/cpython2/Lib/plat-linux2/
DIN.py402 AF_ROSE = PF_ROSE variable
/external/libnl/lib/
Daddr.c1071 __ADD(AF_ROSE,rose),
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs683 pub const AF_ROSE: ::c_int = 11; constant
723 pub const PF_ROSE: ::c_int = AF_ROSE;
/external/minijail/linux-x86/
Dlibconstants.gen.c112 #ifdef AF_ROSE
113 { "AF_ROSE", (unsigned long) AF_ROSE },
/external/rust/crates/nix/src/sys/socket/
Daddr.rs68 Rose = libc::AF_ROSE,
/external/crosvm/net_sys/src/
Diff.rs216 pub const AF_ROSE: u32 = 11; constant
/external/python/cpython2/Modules/
Dsocketmodule.c4709 #ifdef AF_ROSE
4711 PyModule_AddIntConstant(m, "AF_ROSE", AF_ROSE);
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1677 pub const AF_ROSE: ::c_int = 11; constant
1717 pub const PF_ROSE: ::c_int = AF_ROSE;
/external/python/cpython3/Modules/
Dsocketmodule.c7253 #ifdef AF_ROSE
7255 PyModule_AddIntMacro(m, AF_ROSE);