Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dginetaddress.c898 GInetAddress *other_address) in g_inet_address_equal() argument
901 g_return_val_if_fail (G_IS_INET_ADDRESS (other_address), FALSE); in g_inet_address_equal()
903 if (g_inet_address_get_family (address) != g_inet_address_get_family (other_address)) in g_inet_address_equal()
907 g_inet_address_to_bytes (other_address), in g_inet_address_equal()
Dginetaddress.h77 GInetAddress *other_address);
Dgresolver.c287 GInetAddress *other_address = G_INET_ADDRESS (ll->data); in remove_duplicates() local
289 if (g_inet_address_equal (address, other_address)) in remove_duplicates()
291 g_object_unref (other_address); in remove_duplicates()
/third_party/grpc/src/proto/grpc/channelz/
Dchannelz.proto321 OtherAddress other_address = 3; field