Home
last modified time | relevance | path

Searched refs:SO_PROTOCOL (Results 1 – 25 of 31) sorted by relevance

12

/external/strace/xlat/
Dsock_options.h889 #if defined(SO_PROTOCOL) || (defined(HAVE_DECL_SO_PROTOCOL) && HAVE_DECL_SO_PROTOCOL)
891 static_assert((SO_PROTOCOL) == (4136), "SO_PROTOCOL != 4136");
894 # define SO_PROTOCOL 4136
897 #if defined(SO_PROTOCOL) || (defined(HAVE_DECL_SO_PROTOCOL) && HAVE_DECL_SO_PROTOCOL)
899 static_assert((SO_PROTOCOL) == (38), "SO_PROTOCOL != 38");
902 # define SO_PROTOCOL 38
1718 XLAT(SO_PROTOCOL),
1720 XLAT(SO_PROTOCOL),
Dsock_options.in286 SO_PROTOCOL 4136
288 SO_PROTOCOL 38
/external/kernel-headers/original/uapi/asm-generic/
Dsocket.h64 #define SO_PROTOCOL 38 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsocket.h44 #define SO_PROTOCOL 0x1028 /* protocol type */ macro
/external/syzkaller/sys/freebsd/
Dsocket_amd64.const87 SO_PROTOCOL = 4118
Dsocket.txt92 …ROADCAST, SO_DEBUG, SO_ERROR, SO_DONTROUTE, SO_KEEPALIVE, SO_PRIORITY, SO_PROTOCOL, SO_RCVBUF, SO_…
/external/syzkaller/sys/linux/
Dsocket_ppc64le.const307 SO_PROTOCOL = 38
Dsocket_386.const307 SO_PROTOCOL = 38
Dsocket_arm64.const307 SO_PROTOCOL = 38
Dsocket_arm.const307 SO_PROTOCOL = 38
Dsocket_amd64.const307 SO_PROTOCOL = 38
Dsocket.txt180 …OMAIN, SO_ERROR, SO_DONTROUTE, SO_KEEPALIVE, SO_PEEK_OFF, SO_PRIORITY, SO_PROTOCOL, SO_RCVBUF, SO_…
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_freebsd_386.go1332 SO_PROTOCOL = 0x1016 const
Dzerrors_freebsd_arm.go1341 SO_PROTOCOL = 0x1016 const
Dzerrors_freebsd_amd64.go1333 SO_PROTOCOL = 0x1016 const
Dzerrors_linux_sparc64.go1523 SO_PROTOCOL = 0x1028 const
Dzerrors_linux_mipsle.go1823 SO_PROTOCOL = 0x1028 const
Dzerrors_linux_s390x.go1883 SO_PROTOCOL = 0x26 const
Dzerrors_linux_arm.go1829 SO_PROTOCOL = 0x26 const
Dzerrors_linux_ppc64le.go1879 SO_PROTOCOL = 0x26 const
Dzerrors_linux_mips64.go1823 SO_PROTOCOL = 0x1028 const
Dzerrors_linux_ppc64.go1879 SO_PROTOCOL = 0x26 const
Dzerrors_linux_amd64.go1823 SO_PROTOCOL = 0x26 const
Dzerrors_linux_mips64le.go1823 SO_PROTOCOL = 0x1028 const
/external/python/cpython3/Modules/
Dsocketmodule.c4971 #ifdef SO_PROTOCOL
4975 if (getsockopt(fd, SOL_SOCKET, SO_PROTOCOL,
7246 #ifdef SO_PROTOCOL
7247 PyModule_AddIntMacro(m, SO_PROTOCOL);

12