Searched refs:dst_ina (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/network/ping/
H A Dping.c1589 struct in_addr dst_ina, src_ina; local
1596 memcpy(&dst_ina, &ip->ip_dst.s_addr, sizeof(dst_ina));
1600 (int)strlen(inet_ntoa(dst_ina)), "Dst");
1613 (void)printf(" %s", inet_ntoa(dst_ina));

Completed in 12 milliseconds