Searched refs:res0 (Results 1 – 4 of 4) sorted by relevance
/external/dropbear/ |
D | dbutil.c | 189 struct addrinfo hints, *res = NULL, *res0 = NULL; in dropbear_listen() local 215 err = getaddrinfo(address, port, &hints, &res0); in dropbear_listen() 224 if (res0) { in dropbear_listen() 225 freeaddrinfo(res0); in dropbear_listen() 226 res0 = NULL; in dropbear_listen() 234 for (res = res0; res != NULL && nsock < sockcount; in dropbear_listen() 278 if (res0) { in dropbear_listen() 279 freeaddrinfo(res0); in dropbear_listen() 280 res0 = NULL; in dropbear_listen() 306 struct addrinfo *res0 = NULL, *res = NULL, hints; in connect_remote() local [all …]
|
/external/icu4c/test/intltest/ |
D | nmfmapts.cpp | 330 UnicodeString res0, res1, res2, res3, res4, res5; in testRegistration() local 335 f0->format(n, res0); in testRegistration() 346 logln((UnicodeString)"f0 swap int: " + res0); in testRegistration() 364 if (res3 != res0) { in testRegistration() 374 if (res0 != ures3) { in testRegistration()
|
/external/bluez/hcidump/src/ |
D | hcidump.c | 629 struct addrinfo hints, *res0, *res; in open_connection() local 637 if (getaddrinfo(addr, port, &hints, &res0)) in open_connection() 638 if(getaddrinfo(NULL, port, &hints, &res0)) { in open_connection() 643 for (res = res0; res; res = res->ai_next) { in open_connection() 650 freeaddrinfo(res0); in open_connection() 668 freeaddrinfo(res0); in open_connection() 675 freeaddrinfo(res0); in open_connection() 680 freeaddrinfo(res0); in open_connection()
|
/external/libpcap/ |
D | gencode.c | 4968 struct addrinfo *res, *res0; local 5092 res0 = res = pcap_nametoaddrinfo(name); 5101 for (res = res0; res; res = res->ai_next) { 5128 freeaddrinfo(res0);
|