Searched defs:gai (Results 1 - 3 of 3) sorted by relevance

/external/iputils/
H A Dtracepath6.c384 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 Dping6.c453 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 Dproxy.c993 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