Home
last modified time | relevance | path

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

/third_party/musl/arch/powerpc/bits/
Dsocket.h24 #define SO_PROTOCOL 38 macro
/third_party/musl/arch/powerpc64/bits/
Dsocket.h26 #define SO_PROTOCOL 38 macro
/third_party/musl/arch/mips/bits/
Dsocket.h22 #define SO_PROTOCOL 0x1028 macro
/third_party/musl/arch/mipsn32/bits/
Dsocket.h22 #define SO_PROTOCOL 0x1028 macro
/third_party/musl/arch/mips64/bits/
Dsocket.h22 #define SO_PROTOCOL 0x1028 macro
/third_party/libnl/lib/
Dsocket.c659 #if SO_PROTOCOL in nl_socket_set_fd()
661 err = getsockopt(fd, SOL_SOCKET, SO_PROTOCOL, &so_protocol, &addrlen); in nl_socket_set_fd()
/third_party/musl/ndk_musl_include/sys/
Dsocket.h227 #define SO_PROTOCOL 38 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h223 #define SO_PROTOCOL 38 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h212 #define SO_PROTOCOL 38 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h223 #define SO_PROTOCOL 38 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h223 #define SO_PROTOCOL 38 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h227 #define SO_PROTOCOL 38 macro
/third_party/musl/include/sys/
Dsocket.h223 #define SO_PROTOCOL 38 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h223 #define SO_PROTOCOL 38 macro
/third_party/python/Modules/
Dsocketmodule.c5205 #ifdef SO_PROTOCOL
5209 if (getsockopt(fd, SOL_SOCKET, SO_PROTOCOL,
7568 #ifdef SO_PROTOCOL
7569 PyModule_AddIntMacro(m, SO_PROTOCOL);
/third_party/python/Doc/library/
Dsocket.rst373 ``SO_DOMAIN``, ``SO_PROTOCOL``, ``SO_PEERSEC``, ``SO_PASSSEC``,
/third_party/python/Doc/whatsnew/
D3.6.rst1411 ``SO_PROTOCOL``, ``SO_PEERSEC``, and ``SO_PASSSEC`` are now supported.