Searched refs:pr_addr (Results 1 – 3 of 3) sorted by relevance
/external/iputils/ |
D | 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)); in receive_error_msg() 803 pr_addr(from->sin_addr.s_addr)); in parse_reply() 838 ttl, 0, tv, pr_addr(from->sin_addr.s_addr), in parse_reply() 894 pr_addr(from->sin_addr.s_addr), in parse_reply() 919 printf("From %s: ", pr_addr(from->sin_addr.s_addr)); in parse_reply() 1074 printf("(New nexthop: %s)\n", pr_addr(icp ? icp->un.gateway : info)); in pr_icmph() 1174 printf("\t%s", pr_addr(address)); in pr_options() 1209 printf("\t%s", pr_addr(address)); in pr_options() 1240 printf("\t%s", pr_addr(address)); in pr_options() [all …]
|
D | ping6.c | 158 static char * pr_addr(struct in6_addr *addr); 1254 printf("PING %s(%s) ", hostname, pr_addr(&whereto.sin6_addr)); in main() 1337 printf("From %s icmp_seq=%u ", pr_addr(&sin6->sin6_addr), ntohs(icmph.icmp6_seq)); in receive_error_msg() 1624 hops, 0, tv, pr_addr(&from->sin6_addr), in parse_reply() 1634 hops, 0, tv, pr_addr(&from->sin6_addr), in parse_reply() 1674 printf("From %s: icmp_seq=%u ", pr_addr(&from->sin6_addr), ntohs(icmph1->icmp6_seq)); in parse_reply() 1680 printf("From %s: ", pr_addr(&from->sin6_addr)); in parse_reply() 1808 char * pr_addr(struct in6_addr *addr) in pr_addr() function
|
D | RELNOTES | 584 - ping: possible buffer overflow in pr_addr().
|