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

/freebsd-current/sbin/nos-tun/
H A Dnos-tun.c250 struct sockaddr whereto; /* Destination of tunnel */ local
310 to = (struct sockaddr_in *)&whereto;
328 if (connect(net,&whereto,sizeof(struct sockaddr_in)) < 0 ) {
/freebsd-current/sbin/ping/
H A Dping.c155 static struct sockaddr_in whereto; /* who to ping */ variable in typeref:struct:sockaddr_in
581 bzero(&whereto, sizeof(whereto));
582 to = &whereto;
611 if (connect(ssend, (struct sockaddr *)&whereto, sizeof(whereto)) != 0)
1318 (oip.ip_dst.s_addr == whereto.sin_addr.s_addr) &&
/freebsd-current/usr.sbin/traceroute/
H A Dtraceroute.c306 struct sockaddr whereto; /* Who to try to reach */ variable in typeref:struct:sockaddr
483 register struct sockaddr_in *to = (struct sockaddr_in *)&whereto;
940 if (connect(sndsock, (struct sockaddr *)&whereto,
941 sizeof(whereto)) != 0) {

Completed in 116 milliseconds