Searched refs:whereto (Results 1 – 3 of 3) sorted by relevance
209 struct sockaddr_in whereto; /* Address to send to */ variable290 struct sockaddr_in *to = &whereto; in main()397 bzero((char *)&whereto, sizeof (struct sockaddr_in)); in main()521 advertise(&whereto); in timer()531 solicitor(&whereto); in timer()1062 advertise(&whereto); in finish()1534 solicitor(&whereto); in initifs()
1985 pinger(int send_sock, struct sockaddr *whereto, struct msghdr *msg6, in pinger() argument1993 struct sockaddr_in6 *to6 = (struct sockaddr_in6 *)whereto; in pinger()1995 struct sockaddr_in *to = (struct sockaddr_in *)whereto; in pinger()2069 i = sendto(send_sock, (char *)out_pkt, cc, 0, whereto, in pinger()
132 static struct sockaddr_in whereto; /* Who to try to reach */ variable1180 pr->to = (struct sockaddr *)&whereto; in setup_protocol()