OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pr_addr
(Results
1 - 2
of
2
) sorted by null
/external/iputils/
ping.c
98
static char *
pr_addr
(__u32);
696
printf("From %s: icmp_seq=%u ",
pr_addr
(sin->sin_addr.s_addr), ntohs(icmph.un.echo.sequence));
800
pr_addr
(from->sin_addr.s_addr));
835
ttl, 0, tv,
pr_addr
(from->sin_addr.s_addr),
891
pr_addr
(from->sin_addr.s_addr),
916
printf("From %s: ",
pr_addr
(from->sin_addr.s_addr));
1071
printf("(New nexthop: %s)\n",
pr_addr
(icp ? icp->un.gateway : info));
1171
printf("\t%s",
pr_addr
(address));
1206
printf("\t%s",
pr_addr
(address));
1237
printf("\t%s",
pr_addr
(address))
1309
pr_addr
(__u32 addr)
function
[
all
...]
ping6.c
158
static char *
pr_addr
(struct in6_addr *addr);
1251
printf("PING %s(%s) ", hostname,
pr_addr
(&whereto.sin6_addr));
1807
char *
pr_addr
(struct in6_addr *addr)
function
[
all
...]
Completed in 27 milliseconds