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

  /external/ping/
ping.c 93 static char *pr_addr(__u32);
635 printf("From %s: icmp_seq=%u ", pr_addr(sin->sin_addr.s_addr), ntohs(icmph.un.echo.sequence));
739 pr_addr(from->sin_addr.s_addr));
774 ttl, 0, tv, pr_addr(from->sin_addr.s_addr)))
828 pr_addr(from->sin_addr.s_addr),
848 printf("From %s: ", pr_addr(from->sin_addr.s_addr));
964 printf("(New nexthop: %s)\n", pr_addr(icp ? icp->un.gateway : info));
1064 printf("\t%s", pr_addr(address));
1099 printf("\t%s", pr_addr(address));
1130 printf("\t%s", pr_addr(address))
1202 pr_addr(__u32 addr) function
    [all...]
  /external/ping6/
ping6.c 277 const char *pr_addr(struct sockaddr *, int);
1060 printf("%s --> ", pr_addr((struct sockaddr *)&src, sizeof(src)));
1061 printf("%s\n", pr_addr((struct sockaddr *)&dst, sizeof(dst)));
2474 pr_addr(struct sockaddr *addr, int addrlen) function
    [all...]

Completed in 180 milliseconds