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

  /external/iputils/
ping.c 98 static char *pr_addr(__u32);
699 printf("From %s: icmp_seq=%u ", pr_addr(sin->sin_addr.s_addr), ntohs(icmph.un.echo.sequence));
803 pr_addr(from->sin_addr.s_addr));
838 ttl, 0, tv, pr_addr(from->sin_addr.s_addr),
894 pr_addr(from->sin_addr.s_addr),
919 printf("From %s: ", pr_addr(from->sin_addr.s_addr));
1074 printf("(New nexthop: %s)\n", pr_addr(icp ? icp->un.gateway : info));
1174 printf("\t%s", pr_addr(address));
1209 printf("\t%s", pr_addr(address));
1240 printf("\t%s", pr_addr(address))
1312 pr_addr(__u32 addr) function
    [all...]
ping6.c 158 static char * pr_addr(struct in6_addr *addr);
1254 printf("PING %s(%s) ", hostname, pr_addr(&whereto.sin6_addr));
1810 char * pr_addr(struct in6_addr *addr) function
    [all...]
  /external/valgrind/include/vki/
vki-solaris.h 1620 vki_caddr_t pr_addr; \/* physical address of process *\/ member in struct:vki_elf_prpsinfo
    [all...]

Completed in 78 milliseconds