Home
last modified time | relevance | path

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

/third_party/ltp/testcases/network/tcp_cmds/sendfile/
H A Dtestsf_c.c36 int nlen, gai; in main() local
73 if ((gai = getaddrinfo(argv[1], NULL, &hints, &hp)) != 0) { in main()
75 argv[1], gai_strerror(gai)); in main()
H A Dtestsf_s.c36 int as, fd, gai, rc, s; in main() local
59 if ((gai = getaddrinfo(argv[1], NULL, &hints, &hp)) != 0) { in main()
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
H A Dproxy.c993 struct addrinfo *gai; in run() local
1038 ret = getaddrinfo(glob_opt.listen_host, service, &hints, &gai); in run()
1042 addr = (struct sockaddr_in *) gai->ai_addr; in run()

Completed in 3 milliseconds