Home
last modified time | relevance | path

Searched refs:G_IO_ERROR_HOST_UNREACHABLE (Results 1 – 8 of 8) sorted by relevance

/third_party/glib/gio/
Dgioerror.c241 return G_IO_ERROR_HOST_UNREACHABLE; in g_io_error_from_errno()
357 return G_IO_ERROR_HOST_UNREACHABLE; in g_io_error_from_win32_error()
Dgnetworkmonitorbase.c256 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_HOST_UNREACHABLE, in g_network_monitor_base_can_reach()
286 g_task_return_new_error (task, G_IO_ERROR, G_IO_ERROR_HOST_UNREACHABLE, in can_reach_async_got_address()
Dgioenums.h568 G_IO_ERROR_HOST_UNREACHABLE, enumerator
Dgnetworkmonitorportal.c563 G_IO_ERROR, G_IO_ERROR_HOST_UNREACHABLE, in can_reach_done()
Dgsocks5proxy.c381 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_HOST_UNREACHABLE, in parse_connect_reply()
Dgioenumtypes.c478 { G_IO_ERROR_HOST_UNREACHABLE, "G_IO_ERROR_HOST_UNREACHABLE", "host-unreachable" }, in g_io_error_enum_get_type()
/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstudpsrc.c907 if (g_error_matches (err, G_IO_ERROR, G_IO_ERROR_HOST_UNREACHABLE) ||
910 if (g_error_matches (err, G_IO_ERROR, G_IO_ERROR_HOST_UNREACHABLE)) {
/third_party/libsoup/libsoup/
Dsoup-session.c1612 else if (error->code == G_IO_ERROR_HOST_UNREACHABLE || in status_from_connect_error()