Searched refs:dotted (Results 1 – 3 of 3) sorted by relevance
440 const char *dotted; member463 #define dotted (G.dotted ) macro911 printf("PING %s (%s)", hostname, dotted); in ping()999 dotted = xmalloc_sockaddr2dotted_noport(&lsa->u.sa); in common_ping_main()
118 char *dotted, *revhost; in print_host() local119 dotted = xmalloc_sockaddr2dotted_noport(cur->ai_addr); in print_host()122 printf("Address %u: %s%c", ++cnt, dotted, revhost ? ' ' : '\n'); in print_host()129 free(dotted); in print_host()
1884 char *dotted; in nfsmount() local1899 dotted = xmalloc_sockaddr2dotted_noport(&lsa->u.sa); in nfsmount()1904 dotted in nfsmount()1906 if (ENABLE_FEATURE_CLEAN_UP) free(dotted); in nfsmount()2068 char *dotted, *ip; in singlemount() local2070 dotted = xmalloc_sockaddr2dotted_noport(&lsa->u.sa); in singlemount()2072 ip = xasprintf("ip=%s", dotted); in singlemount()2073 if (ENABLE_FEATURE_CLEAN_UP) free(dotted); in singlemount()