Searched defs:gai (Results 1 - 3 of 3) sorted by relevance
/external/iputils/ |
H A D | tracepath6.c | 384 int gai; local 443 gai = getaddrinfo(argv[0], pbuf, &hints, &ai0); 444 if (gai) { 445 fprintf(stderr, "getaddrinfo: %s\n", gai_strerror(gai));
|
H A D | ping6.c | 453 int gai; local 483 gai = getaddrinfo(arg, 0, &hints, &ai0); 484 if (gai) { 701 int gai; local 866 gai = getaddrinfo(target, NULL, &hints, &ai); 867 if (gai) { 925 gai = getaddrinfo(target, NULL, &hints, &ai); 926 if (gai) {
|
/external/libmicrohttpd/src/spdy2http/ |
H A D | proxy.c | 993 struct addrinfo *gai; local 1038 ret = getaddrinfo(glob_opt.listen_host, service, &hints, &gai); 1042 addr = (struct sockaddr_in *) gai->ai_addr;
|
Completed in 354 milliseconds