Searched refs:gai (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/network/tcp_cmds/sendfile/ |
H A D | testsf_c.c | 36 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 D | testsf_s.c | 36 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 D | proxy.c | 993 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 2 milliseconds