Home
last modified time | relevance | path

Searched refs:AF_TIPC (Results 1 - 25 of 30) sorted by relevance

12

/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h193 #define AF_TIPC 30 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dtypes.rs114 /// `AF_TIPC`
115 pub const TIPC: Self = Self(c::AF_TIPC as _);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h182 #define AF_TIPC PF_TIPC macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h171 #define AF_TIPC PF_TIPC macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h182 #define AF_TIPC PF_TIPC macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h182 #define AF_TIPC PF_TIPC macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h186 #define AF_TIPC PF_TIPC macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h182 #define AF_TIPC PF_TIPC macro
/third_party/musl/include/sys/
H A Dsocket.h186 #define AF_TIPC PF_TIPC macro
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dtypes.rs350 /// `AF_TIPC`
363 pub const TIPC: Self = Self(c::AF_TIPC as _);
/third_party/python/Modules/
H A Dsocketmodule.c10 portable manner, though AF_PACKET, AF_NETLINK, AF_QIPCRTR and AF_TIPC are
60 - an AF_TIPC socket address is expressed as
1487 case AF_TIPC: in makesockaddr()
2087 case AF_TIPC: in getsockaddrarg()
2095 "%s(): AF_TIPC address must be tuple, not %.500s", in getsockaddrarg()
2101 "IIII|I;AF_TIPC address must be a tuple " in getsockaddrarg()
2111 addr->family = AF_TIPC; in getsockaddrarg()
2507 case AF_TIPC: in getsockaddrlen()
7537 PyModule_AddIntMacro(m, AF_TIPC);
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs726 pub const AF_TIPC: ::c_int = 30; consts
766 pub const PF_TIPC: ::c_int = AF_TIPC;
/third_party/rust/crates/nix/src/sys/socket/
H A Daddr.rs198 Tipc = libc::AF_TIPC,
/third_party/python/Lib/test/
H A Dtest_socket.py5693 if not hasattr(socket, "AF_TIPC"):
5711 srv = socket.socket(socket.AF_TIPC, socket.SOCK_RDM)
5712 cli = socket.socket(socket.AF_TIPC, socket.SOCK_RDM)
5739 self.srv = socket.socket(socket.AF_TIPC, socket.SOCK_STREAM)
5755 self.cli = socket.socket(socket.AF_TIPC, socket.SOCK_STREAM)
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs838 pub const AF_TIPC: ::c_int = 33; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1701 pub const AF_TIPC: ::c_int = 30; consts
1741 pub const PF_TIPC: ::c_int = AF_TIPC;
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2321 pub const AF_TIPC: u32 = 30; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2320 pub const AF_TIPC: u32 = 30; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2300 pub const AF_TIPC: u32 = 30; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2430 pub const AF_TIPC: u32 = 30; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2501 pub const AF_TIPC: u32 = 30; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2452 pub const AF_TIPC: u32 = 30; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2563 pub const AF_TIPC: u32 = 30; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2404 pub const AF_TIPC: u32 = 30; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2667 pub const AF_TIPC: u32 = 30; consts

Completed in 168 milliseconds

12