/third_party/musl/arch/powerpc/bits/ |
D | socket.h | 12 #define SO_PRIORITY 12 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | socket.h | 12 #define SO_PRIORITY 12 macro
|
/third_party/musl/arch/mips/bits/ |
D | socket.h | 26 #define SO_PRIORITY 12 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | socket.h | 26 #define SO_PRIORITY 12 macro
|
/third_party/musl/arch/mips64/bits/ |
D | socket.h | 26 #define SO_PRIORITY 12 macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | socket-util.c | 140 #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/ |
D | freertos-sockets.c | 163 #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/ |
D | socket.h | 215 #define SO_PRIORITY 12 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 211 #define SO_PRIORITY 12 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 200 #define SO_PRIORITY 12 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 211 #define SO_PRIORITY 12 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 211 #define SO_PRIORITY 12 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 215 #define SO_PRIORITY 12 macro
|
/third_party/musl/include/sys/ |
D | socket.h | 211 #define SO_PRIORITY 12 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 211 #define SO_PRIORITY 12 macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_nl80211_monitor.c | 429 (drv->monitor_sock, SOL_SOCKET, SO_PRIORITY, &optval, optlen)) { in nl80211_create_monitor_interface()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_nl80211_monitor.c | 426 (drv->monitor_sock, SOL_SOCKET, SO_PRIORITY, &optval, optlen)) { in nl80211_create_monitor_interface()
|
/third_party/gstreamer/gstplugins_bad/ext/avtp/ |
D | gstavtpsink.c | 240 res = setsockopt (fd, SOL_SOCKET, SO_PRIORITY, &avtpsink->priority, in gst_avtp_sink_init_socket()
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-sockets.c | 245 if (setsockopt(fd, SOL_SOCKET, SO_PRIORITY, in lws_plat_set_socket_options_ip()
|
/third_party/gstreamer/gstplugins_bad/sys/bluez/ |
D | gstavdtputil.c | 883 if (setsockopt (fd, SOL_SOCKET, SO_PRIORITY, (const void *) &priority, in gst_avdtp_connection_conf_recv_stream_fd()
|
/third_party/python/Modules/ |
D | socketmodule.c | 7559 #ifdef SO_PRIORITY 7560 PyModule_AddIntMacro(m, SO_PRIORITY);
|
/third_party/python/Misc/ |
D | HISTORY | 3107 - Issue #19802: Add socket.SO_PRIORITY.
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 37774 (usually a multicast address), and 3) socket priority (SO_PRIORITY).
|