Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c209 struct sockaddr_in whereto; /* Address to send to */ variable
290 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()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c1985 pinger(int send_sock, struct sockaddr *whereto, struct msghdr *msg6, in pinger() argument
1993 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()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c132 static struct sockaddr_in whereto; /* Who to try to reach */ variable
1180 pr->to = (struct sockaddr *)&whereto; in setup_protocol()