Searched refs:AF_WANPIPE (Results 1 – 11 of 11) sorted by relevance
/external/strace/xlat/ |
D | addrfams.h | 181 #if defined(AF_WANPIPE) || (defined(HAVE_DECL_AF_WANPIPE) && HAVE_DECL_AF_WANPIPE) 183 static_assert((AF_WANPIPE) == (25), "AF_WANPIPE != 25"); 186 # define AF_WANPIPE 25 352 [AF_WANPIPE] = XLAT(AF_WANPIPE),
|
D | addrfams.in | 27 AF_WANPIPE 25
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 416 AF_WANPIPE = PF_WANPIPE variable
|
/external/libnl/lib/ |
D | addr.c | 1087 __ADD(AF_WANPIPE,wanpipe),
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 698 pub const AF_WANPIPE: ::c_int = 25; constant 738 pub const PF_WANPIPE: ::c_int = AF_WANPIPE;
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 142 #ifdef AF_WANPIPE 143 { "AF_WANPIPE", (unsigned long) AF_WANPIPE },
|
/external/rust/crates/nix/src/sys/socket/ |
D | addr.rs | 90 Wanpipe = libc::AF_WANPIPE,
|
/external/crosvm/net_sys/src/ |
D | iff.rs | 231 pub const AF_WANPIPE: u32 = 25; constant
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 4792 #ifdef AF_WANPIPE 4794 PyModule_AddIntConstant(m, "AF_WANPIPE", AF_WANPIPE);
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1692 pub const AF_WANPIPE: ::c_int = 25; constant 1732 pub const PF_WANPIPE: ::c_int = AF_WANPIPE;
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 7360 #ifdef AF_WANPIPE 7362 PyModule_AddIntMacro(m, AF_WANPIPE);
|