HomeSort by relevance Sort by last modified time
    Searched refs:gai (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/network/tcp_cmds/sendfile/
testsf_c.c 36 int nlen, gai; local
73 if ((gai = getaddrinfo(argv[1], NULL, &hints, &hp)) != 0) {
75 argv[1], gai_strerror(gai));
testsf_s.c 36 int as, fd, gai, rc, s; local
59 if ((gai = getaddrinfo(argv[1], NULL, &hints, &hp)) != 0) {
  /external/iproute2/examples/
gaiconf 4 # Setup address label from /etc/gai.conf
10 DEFAULT_GAICONF=/etc/gai.conf
  /external/ltp/testcases/network/tcp_cmds/echo/
echoes.c 49 int gai, wait_stat; local
68 if ((gai = getaddrinfo(argv[1], NULL, &hints, &hp)) != 0)
70 argv[1], gai_strerror(gai));
191 * 35 gai = getaddrinfo(argv[i], NULL, &hints, &ai);
194 * 38 if (gai != 0) {
195 * 39 printf("Error: %s\n", gai_strerror(gai));
  /external/iputils/
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));
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) {
    [all...]
  /external/libmicrohttpd/src/spdy2http/
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;
    [all...]

Completed in 194 milliseconds