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

/haiku/src/bin/network/ping/
H A Dping.c163 static struct sockaddr_in whereto; /* who to ping */ variable in typeref:struct:sockaddr_in
606 bzero(&whereto, sizeof(whereto));
607 to = &whereto;
636 if (connect(ssend, (struct sockaddr *)&whereto, sizeof(whereto)) != 0)
1355 (oip.ip_dst.s_addr == whereto.sin_addr.s_addr) &&
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c319 struct sockaddr whereto; /* Who to try to reach */ variable in typeref:struct:sockaddr
500 register struct sockaddr_in *to = (struct sockaddr_in *)&whereto;
966 if (connect(sndsock, (struct sockaddr *)&whereto,
967 sizeof(whereto)) != 0) {
1325 cc = sendto(sndsock, (char *)outip, packlen, 0, &whereto,

Completed in 87 milliseconds