Home
last modified time | relevance | path

Searched refs:g_socket_send_to (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dudpsrc.c76 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/
Dgstnettimepacket.c235 res = g_socket_send_to (socket, dest_address, (const gchar *) buffer, in gst_net_time_packet_send()
Dgstntppacket.c352 res = g_socket_send_to (socket, dest_address, (const gchar *) buffer, in gst_ntp_packet_send()
/third_party/glib/gio/tests/
Dsocket-server.c302 size = g_socket_send_to (recv_socket, address, in main()
Dsocket-client.c338 size = g_socket_send_to (socket, address, in main()
Dsocket.c65 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/
Dgsocket.h225 gssize g_socket_send_to (GSocket *socket,
Dgsocket.c3555 g_socket_send_to (GSocket *socket, in g_socket_send_to() function
/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstdynudpsink.c250 g_socket_send_to (socket, addr, (gchar *) map.data, map.size, in gst_dynudpsink_render()
/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dgst-ptp-helper.c193 g_socket_send_to (header.type == in have_stdin_data_cb()
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt2099 g_socket_send_to