Home
last modified time | relevance | path

Searched refs:SO_DOMAIN (Results 1 – 25 of 28) sorted by relevance

12

/external/strace/xlat/
Dsock_options.h906 #if defined(SO_DOMAIN) || (defined(HAVE_DECL_SO_DOMAIN) && HAVE_DECL_SO_DOMAIN)
908 static_assert((SO_DOMAIN) == (4137), "SO_DOMAIN != 4137");
911 # define SO_DOMAIN 4137
914 #if defined(SO_DOMAIN) || (defined(HAVE_DECL_SO_DOMAIN) && HAVE_DECL_SO_DOMAIN)
916 static_assert((SO_DOMAIN) == (39), "SO_DOMAIN != 39");
919 # define SO_DOMAIN 39
1724 XLAT(SO_DOMAIN),
1726 XLAT(SO_DOMAIN),
Dsock_options.in292 SO_DOMAIN 4137
294 SO_DOMAIN 39
/external/kernel-headers/original/uapi/asm-generic/
Dsocket.h65 #define SO_DOMAIN 39 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsocket.h45 #define SO_DOMAIN 0x1029 /* domain/socket family */ macro
/external/syzkaller/sys/linux/
Dsocket_ppc64le.const286 SO_DOMAIN = 39
Dsocket_386.const286 SO_DOMAIN = 39
Dsocket_arm64.const286 SO_DOMAIN = 39
Dsocket_arm.const286 SO_DOMAIN = 39
Dsocket_amd64.const286 SO_DOMAIN = 39
Dsocket.txt180 sockopt_opt_sock_int = SO_ACCEPTCONN, SO_BROADCAST, SO_DEBUG, SO_DOMAIN, SO_ERROR, SO_DONTROUTE, SO…
/external/linux-kselftest/tools/testing/selftests/net/
Dreuseport_dualstack.c149 if (getsockopt(test_fd, SOL_SOCKET, SO_DOMAIN, &test_family, &len)) in test()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go955 SO_DOMAIN = 0x100c const
Dzerrors_linux_sparc64.go1503 SO_DOMAIN = 0x1029 const
Dzerrors_linux_mipsle.go1800 SO_DOMAIN = 0x1029 const
Dzerrors_linux_s390x.go1860 SO_DOMAIN = 0x27 const
Dzerrors_linux_arm.go1806 SO_DOMAIN = 0x27 const
Dzerrors_linux_ppc64le.go1856 SO_DOMAIN = 0x27 const
Dzerrors_linux_mips64.go1800 SO_DOMAIN = 0x1029 const
Dzerrors_linux_ppc64.go1856 SO_DOMAIN = 0x27 const
Dzerrors_linux_amd64.go1800 SO_DOMAIN = 0x27 const
Dzerrors_linux_mips64le.go1800 SO_DOMAIN = 0x1029 const
Dzerrors_linux_386.go1799 SO_DOMAIN = 0x27 const
Dzerrors_linux_mips.go1800 SO_DOMAIN = 0x1029 const
Dzerrors_linux_arm64.go1790 SO_DOMAIN = 0x27 const
/external/python/cpython3/Modules/
Dsocketmodule.c7243 #ifdef SO_DOMAIN
7244 PyModule_AddIntMacro(m, SO_DOMAIN);

12