Home
last modified time | relevance | path

Searched refs:SO_PRIORITY (Results 1 – 23 of 23) sorted by relevance

/third_party/musl/arch/powerpc/bits/
Dsocket.h12 #define SO_PRIORITY 12 macro
/third_party/musl/arch/powerpc64/bits/
Dsocket.h12 #define SO_PRIORITY 12 macro
/third_party/musl/arch/mips/bits/
Dsocket.h26 #define SO_PRIORITY 12 macro
/third_party/musl/arch/mipsn32/bits/
Dsocket.h26 #define SO_PRIORITY 12 macro
/third_party/musl/arch/mips64/bits/
Dsocket.h26 #define SO_PRIORITY 12 macro
/third_party/pulseaudio/src/pulsecore/
Dsocket-util.c140 #ifdef SO_PRIORITY in pa_make_socket_low_delay()
145 if (setsockopt(fd, SOL_SOCKET, SO_PRIORITY, (const void *) &priority, sizeof(priority)) < 0) in pa_make_socket_low_delay()
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-sockets.c163 #if defined(SO_PRIORITY) in lws_plat_set_socket_options_ip()
165 if (setsockopt(fd, SOL_SOCKET, SO_PRIORITY, in lws_plat_set_socket_options_ip()
/third_party/musl/ndk_musl_include/sys/
Dsocket.h215 #define SO_PRIORITY 12 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h211 #define SO_PRIORITY 12 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h200 #define SO_PRIORITY 12 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h211 #define SO_PRIORITY 12 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h211 #define SO_PRIORITY 12 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h215 #define SO_PRIORITY 12 macro
/third_party/musl/include/sys/
Dsocket.h211 #define SO_PRIORITY 12 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h211 #define SO_PRIORITY 12 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211_monitor.c429 (drv->monitor_sock, SOL_SOCKET, SO_PRIORITY, &optval, optlen)) { in nl80211_create_monitor_interface()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211_monitor.c426 (drv->monitor_sock, SOL_SOCKET, SO_PRIORITY, &optval, optlen)) { in nl80211_create_monitor_interface()
/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpsink.c240 res = setsockopt (fd, SOL_SOCKET, SO_PRIORITY, &avtpsink->priority, in gst_avtp_sink_init_socket()
/third_party/libwebsockets/lib/plat/unix/
Dunix-sockets.c245 if (setsockopt(fd, SOL_SOCKET, SO_PRIORITY, in lws_plat_set_socket_options_ip()
/third_party/gstreamer/gstplugins_bad/sys/bluez/
Dgstavdtputil.c883 if (setsockopt (fd, SOL_SOCKET, SO_PRIORITY, (const void *) &priority, in gst_avdtp_connection_conf_recv_stream_fd()
/third_party/python/Modules/
Dsocketmodule.c7559 #ifdef SO_PRIORITY
7560 PyModule_AddIntMacro(m, SO_PRIORITY);
/third_party/python/Misc/
DHISTORY3107 - Issue #19802: Add socket.SO_PRIORITY.
/third_party/gstreamer/gstplugins_bad/
DChangeLog37774 (usually a multicast address), and 3) socket priority (SO_PRIORITY).