Searched refs:g_socket_send_to (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | udpsrc.c | 76 if (g_socket_send_to (socket, sa, "HeLL0", 0, NULL, NULL) == 0) { in GST_START_TEST() 78 if (g_socket_send_to (socket, sa, "HeLL0", 6, NULL, NULL) == 6) { in GST_START_TEST() 158 if ((sent = g_socket_send_to (socket, sa, data, 48000, NULL, &err)) == -1) in GST_START_TEST() 162 if ((sent = g_socket_send_to (socket, sa, data, 21000, NULL, &err)) == -1) in GST_START_TEST() 166 if ((sent = g_socket_send_to (socket, sa, data, 500, NULL, &err)) == -1) in GST_START_TEST() 170 if ((sent = g_socket_send_to (socket, sa, data, 1600, NULL, &err)) == -1) in GST_START_TEST() 174 if ((sent = g_socket_send_to (socket, sa, data, 1400, NULL, &err)) == -1) in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/libs/gst/net/ |
D | gstnettimepacket.c | 235 res = g_socket_send_to (socket, dest_address, (const gchar *) buffer, in gst_net_time_packet_send()
|
D | gstntppacket.c | 352 res = g_socket_send_to (socket, dest_address, (const gchar *) buffer, in gst_ntp_packet_send()
|
/third_party/glib/gio/tests/ |
D | socket-server.c | 302 size = g_socket_send_to (recv_socket, address, in main()
|
D | socket-client.c | 338 size = g_socket_send_to (socket, address, in main()
|
D | socket.c | 65 nwrote = g_socket_send_to (sock, sa, buf, nread, cancellable, &error); in echo_server_dgram_thread() 619 len = g_socket_send_to (client, dest_addr, testbuf, strlen (testbuf) + 1, NULL, &error); in test_ip_sync_dgram() 1673 g_socket_send_to (client, saddr, data, sizeof (data), NULL, &err); in test_get_available() 1680 g_socket_send_to (client, saddr, data, sizeof (data), NULL, &err); in test_get_available()
|
/third_party/glib/gio/ |
D | gsocket.h | 225 gssize g_socket_send_to (GSocket *socket,
|
D | gsocket.c | 3555 g_socket_send_to (GSocket *socket, in g_socket_send_to() function
|
/third_party/gstreamer/gstplugins_good/gst/udp/ |
D | gstdynudpsink.c | 250 g_socket_send_to (socket, addr, (gchar *) map.data, map.size, in gst_dynudpsink_render()
|
/third_party/gstreamer/gstreamer/libs/gst/helpers/ |
D | gst-ptp-helper.c | 193 g_socket_send_to (header.type == in have_stdin_data_cb()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 2099 g_socket_send_to
|