Searched refs:g_socket_set_option (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/udp/ |
D | gstudpsrc.c | 1424 if (!g_socket_set_option (src->used_socket, SOL_SOCKET, SO_RCVBUF, 1443 if (!g_socket_set_option (src->used_socket, SOL_SOCKET, SO_RCVBUFFORCE, 1496 if (!g_socket_set_option (src->used_socket, IPPROTO_IP, IP_MULTICAST_ALL, 1503 if (!g_socket_set_option (src->used_socket, IPPROTO_IP, IP_PKTINFO, TRUE, 1510 if (!g_socket_set_option (src->used_socket, IPPROTO_IP, IP_RECVDSTADDR, 1526 if (!g_socket_set_option (src->used_socket, IPPROTO_IPV6, 1529 if (!g_socket_set_option (src->used_socket, IPPROTO_IPV6, IPV6_PKTINFO,
|
/third_party/glib/gio/ |
D | gunixconnection.c | 526 if (!g_socket_set_option (socket, in g_unix_connection_receive_credentials() 620 if (!g_socket_set_option (socket, in g_unix_connection_receive_credentials()
|
D | gsocket.c | 731 g_socket_set_option (socket, SOL_SOCKET, SO_NOSIGPIPE, TRUE, NULL); in g_socket_constructed() 1423 if (!g_socket_set_option (socket, SOL_SOCKET, SO_KEEPALIVE, in g_socket_set_keepalive() 1624 g_socket_set_option (socket, IPPROTO_IP, IP_TTL, in g_socket_set_ttl() 1629 g_socket_set_option (socket, IPPROTO_IP, IP_TTL, in g_socket_set_ttl() 1631 g_socket_set_option (socket, IPPROTO_IPV6, IPV6_UNICAST_HOPS, in g_socket_set_ttl() 1699 if (!g_socket_set_option (socket, SOL_SOCKET, SO_BROADCAST, in g_socket_set_broadcast() 1777 g_socket_set_option (socket, IPPROTO_IP, IP_MULTICAST_LOOP, in g_socket_set_multicast_loopback() 1782 g_socket_set_option (socket, IPPROTO_IP, IP_MULTICAST_LOOP, in g_socket_set_multicast_loopback() 1784 g_socket_set_option (socket, IPPROTO_IPV6, IPV6_MULTICAST_LOOP, in g_socket_set_multicast_loopback() 1863 g_socket_set_option (socket, IPPROTO_IP, IP_MULTICAST_TTL, in g_socket_set_multicast_ttl() [all …]
|
D | gsocket.h | 320 gboolean g_socket_set_option (GSocket *socket,
|
D | gnetworkmonitornetlink.c | 125 if (!g_socket_set_option (nl->priv->sock, SOL_SOCKET, SO_PASSCRED, in g_network_monitor_netlink_initable_init()
|
D | gsocketclient.c | 151 g_socket_set_option (socket, IPPROTO_IP, IP_BIND_ADDRESS_NO_PORT, 1, NULL); in G_DEFINE_TYPE_WITH_PRIVATE()
|
/third_party/glib/gio/tests/ |
D | socket.c | 142 g_socket_set_option (data->server, IPPROTO_IPV6, IPV6_V6ONLY, FALSE, NULL); in create_server_full() 1638 g_socket_set_option (client, IPPROTO_TCP, TCP_NODELAY, TRUE, &err); in test_get_available()
|
/third_party/libsoup/libsoup/ |
D | soup-socket.c | 257 g_socket_set_option (priv->gsock, IPPROTO_TCP, TCP_NODELAY, TRUE, NULL); in finish_socket_setup()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 2126 g_socket_set_option
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 49268 udpsrc: use g_socket_set_option() to set buffer size with newer GLib versions
|