Searched refs:AF_ROSE (Results 1 – 12 of 12) sorted by relevance
/external/strace/xlat/ |
D | addrfams.h | 83 #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),
|
D | addrfams.in | 13 AF_ROSE 11
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 423 AF_ROSE = PF_ROSE variable 739 AF_ROSE = PF_ROSE variable
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 402 AF_ROSE = PF_ROSE variable
|
/external/libnl/lib/ |
D | addr.c | 1071 __ADD(AF_ROSE,rose),
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 683 pub const AF_ROSE: ::c_int = 11; constant 723 pub const PF_ROSE: ::c_int = AF_ROSE;
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 112 #ifdef AF_ROSE 113 { "AF_ROSE", (unsigned long) AF_ROSE },
|
/external/rust/crates/nix/src/sys/socket/ |
D | addr.rs | 68 Rose = libc::AF_ROSE,
|
/external/crosvm/net_sys/src/ |
D | iff.rs | 216 pub const AF_ROSE: u32 = 11; constant
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 4709 #ifdef AF_ROSE 4711 PyModule_AddIntConstant(m, "AF_ROSE", AF_ROSE);
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1677 pub const AF_ROSE: ::c_int = 11; constant 1717 pub const PF_ROSE: ::c_int = AF_ROSE;
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 7253 #ifdef AF_ROSE 7255 PyModule_AddIntMacro(m, AF_ROSE);
|