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

  /external/iproute2/examples/
gaiconf 4 # Setup address label from /etc/gai.conf
10 DEFAULT_GAICONF=/etc/gai.conf
  /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...]

Completed in 343 milliseconds