Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dproxy.c281 gchar **ip_and_port; in use_inet_address() local
283 ip_and_port = g_strsplit (info, ":", 2); in use_inet_address()
285 if (ip_and_port[0]) in use_inet_address()
287 addr = g_inet_address_new_from_string (ip_and_port[0]); in use_inet_address()
288 if (ip_and_port [1]) in use_inet_address()
289 port = strtoul (ip_and_port [1], NULL, 10); in use_inet_address()
292 g_strfreev (ip_and_port); in use_inet_address()