Searched refs:whereto (Results 1 – 3 of 3) sorted by relevance
252 struct sockaddr whereto; /* Destination of tunnel */ in main() local300 to = (struct sockaddr_in *)&whereto; in main()309 if (connect(net,&whereto,sizeof(struct sockaddr_in)) < 0 ) { in main()
138 struct sockaddr_in whereto; /* who to ping */ variable509 bzero(&whereto, sizeof(whereto)); in main()510 to = &whereto; in main()908 i = sendto(s, (char *)packet, cc, 0, (struct sockaddr *)&whereto, in pinger()909 sizeof(whereto)); in pinger()1096 (oip->ip_dst.s_addr == whereto.sin_addr.s_addr) && in pr_pack()
231724 whereto