Home | History | Annotate | Download | only in ping

Lines Matching refs:inet_ntoa

1576 	printf(" %s ", inet_ntoa(*(struct in_addr *)&ip->saddr));
1577 printf(" %s ", inet_ntoa(*(struct in_addr *)&ip->daddr));
1595 sprintf(buf, "%s", inet_ntoa(*(struct in_addr *)&addr));
1598 inet_ntoa(*(struct in_addr *)&addr));
2054 printf("PING %s (%s) ", hostname, inet_ntoa(whereto.sin_addr));
2056 printf("from %s %s: ", inet_ntoa(source.sin_addr), device ?: "");