Home
last modified time | relevance | path

Searched refs:SOL_TIPC (Results 1 – 25 of 26) sorted by relevance

12

/external/strace/xlat/
Dsocketlayers.h176 #if defined(SOL_TIPC) || (defined(HAVE_DECL_SOL_TIPC) && HAVE_DECL_SOL_TIPC)
178 static_assert((SOL_TIPC) == (271), "SOL_TIPC != 271");
181 # define SOL_TIPC 271
309 XLAT(SOL_TIPC),
Dsocketlayers.in28 SOL_TIPC 271
/external/iproute2/include/uapi/linux/
Dtipc.h192 #ifndef SOL_TIPC
193 #define SOL_TIPC 271 macro
/external/kernel-headers/original/uapi/linux/
Dtipc.h148 #ifndef SOL_TIPC
149 #define SOL_TIPC 271 macro
/external/syzkaller/sys/linux/
Dsocket_ppc64le.const273 SOL_TIPC = 271
Dsocket_386.const273 SOL_TIPC = 271
Dsocket_arm64.const273 SOL_TIPC = 271
Dsocket_arm.const273 SOL_TIPC = 271
Dsocket_amd64.const273 SOL_TIPC = 271
Dsocket.txt48 …OL_ATM, SOL_AAL, SOL_IRDA, SOL_NETBEUI, SOL_LLC, SOL_DCCP, SOL_NETLINK, SOL_TIPC, SOL_RXRPC, SOL_P…
/external/strace/
Dnet.c537 case SOL_TIPC: in print_sockopt_fd_level_name()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1486 SOL_TIPC = 0x10f const
Dzerrors_linux_mipsle.go1781 SOL_TIPC = 0x10f const
Dzerrors_linux_s390x.go1841 SOL_TIPC = 0x10f const
Dzerrors_linux_arm.go1787 SOL_TIPC = 0x10f const
Dzerrors_linux_ppc64le.go1837 SOL_TIPC = 0x10f const
Dzerrors_linux_mips64.go1781 SOL_TIPC = 0x10f const
Dzerrors_linux_ppc64.go1837 SOL_TIPC = 0x10f const
Dzerrors_linux_amd64.go1781 SOL_TIPC = 0x10f const
Dzerrors_linux_mips64le.go1781 SOL_TIPC = 0x10f const
Dzerrors_linux_386.go1780 SOL_TIPC = 0x10f const
Dzerrors_linux_mips.go1781 SOL_TIPC = 0x10f const
Dzerrors_linux_arm64.go1771 SOL_TIPC = 0x10f const
/external/python/cpython2/Modules/
Dsocketmodule.c4862 PyModule_AddIntConstant(m, "SOL_TIPC", SOL_TIPC);
/external/python/cpython3/Modules/
Dsocketmodule.c7095 PyModule_AddIntMacro(m, SOL_TIPC);

12