Home
last modified time | relevance | path

Searched refs:AF_QIPCRTR (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Modules/
H A Dsocketmodule.h102 # undef AF_QIPCRTR macro
282 #ifdef AF_QIPCRTR
H A Dsocketmodule.c10 portable manner, though AF_PACKET, AF_NETLINK, AF_QIPCRTR and AF_TIPC are
58 - an AF_QIPCRTR socket address is a (node, port) tuple where the
1366 #if defined(AF_QIPCRTR) in makesockaddr()
1367 case AF_QIPCRTR: in makesockaddr()
1372 #endif /* AF_QIPCRTR */ in makesockaddr()
1770 #if defined(AF_QIPCRTR) in getsockaddrarg()
1771 case AF_QIPCRTR: in getsockaddrarg()
1779 "AF_QIPCRTR address must be tuple, not %.500s", in getsockaddrarg()
1785 addr->sq_family = AF_QIPCRTR; in getsockaddrarg()
1791 #endif /* AF_QIPCRTR */ in getsockaddrarg()
[all...]
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h194 #define AF_QIPCRTR PF_QIPCRTR macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h183 #define AF_QIPCRTR PF_QIPCRTR macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h194 #define AF_QIPCRTR PF_QIPCRTR macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h194 #define AF_QIPCRTR PF_QIPCRTR macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h198 #define AF_QIPCRTR PF_QIPCRTR macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h194 #define AF_QIPCRTR PF_QIPCRTR macro
/third_party/musl/include/sys/
H A Dsocket.h198 #define AF_QIPCRTR PF_QIPCRTR macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H A Dhexagon.rs137 pub const AF_QIPCRTR: ::c_int = 42; consts
/third_party/python/Lib/test/
H A Dtest_socket.py118 """Check whether AF_QIPCRTR sockets are supported on this host."""
120 s = socket.socket(socket.AF_QIPCRTR, socket.SOCK_DGRAM, 0)
2378 socket.AF_QIPCRTR
2381 with socket.socket(socket.AF_QIPCRTR, socket.SOCK_DGRAM) as s:
2385 with socket.socket(socket.AF_QIPCRTR, socket.SOCK_DGRAM) as s:
2389 with socket.socket(socket.AF_QIPCRTR, socket.SOCK_DGRAM) as s:
2394 with socket.socket(socket.AF_QIPCRTR, socket.SOCK_DGRAM) as s:
2398 with socket.socket(socket.AF_QIPCRTR, socket.SOCK_DGRAM) as s:

Completed in 24 milliseconds