Home
last modified time | relevance | path

Searched refs:SO_RCVBUFFORCE (Results 1 – 18 of 18) sorted by relevance

/third_party/musl/arch/powerpc/bits/
Dsocket.h23 #define SO_RCVBUFFORCE 33 macro
/third_party/musl/arch/powerpc64/bits/
Dsocket.h25 #define SO_RCVBUFFORCE 33 macro
/third_party/musl/arch/mips/bits/
Dsocket.h32 #define SO_RCVBUFFORCE 33 macro
/third_party/musl/arch/mipsn32/bits/
Dsocket.h32 #define SO_RCVBUFFORCE 33 macro
/third_party/musl/arch/mips64/bits/
Dsocket.h32 #define SO_RCVBUFFORCE 33 macro
/third_party/musl/ndk_musl_include/sys/
Dsocket.h226 #define SO_RCVBUFFORCE 33 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h222 #define SO_RCVBUFFORCE 33 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h211 #define SO_RCVBUFFORCE 33 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h222 #define SO_RCVBUFFORCE 33 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h222 #define SO_RCVBUFFORCE 33 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h226 #define SO_RCVBUFFORCE 33 macro
/third_party/musl/include/sys/
Dsocket.h222 #define SO_RCVBUFFORCE 33 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h222 #define SO_RCVBUFFORCE 33 macro
/third_party/eudev/src/libudev/
Dlibudev-monitor.c400 return setsockopt(udev_monitor->sock, SOL_SOCKET, SO_RCVBUFFORCE, &size, sizeof(size)); in udev_monitor_set_receive_buffer_size()
/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstudpsrc.c1625 #if defined(SO_RCVBUFFORCE) in gst_udpsrc_open()
1635 if (!g_socket_set_option (src->used_socket, SOL_SOCKET, SO_RCVBUFFORCE, in gst_udpsrc_open()
/third_party/iptables/iptables/
Dnft.c182 if (setsockopt(mnl_socket_get_fd(h->nl), SOL_SOCKET, SO_RCVBUFFORCE, in mnl_set_rcvbuffer()
/third_party/musl/
DWHATSNEW1239 - missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.h
/third_party/gstreamer/gstplugins_good/
DChangeLog18391 udpsrc: Fix build when SO_RCVBUFFORCE is not defined
18411 Use the SO_RCVBUFFORCE option in order to override the rmem_max limit