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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c209 struct sockaddr_in whereto; /* Address to send to */ variable in typeref:struct:sockaddr_in
290 struct sockaddr_in *to = &whereto;
397 bzero((char *)&whereto, sizeof (struct sockaddr_in));
521 advertise(&whereto);
531 solicitor(&whereto);
1062 advertise(&whereto);
1534 solicitor(&whereto);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c132 static struct sockaddr_in whereto; /* Who to try to reach */ variable in typeref:struct:sockaddr_in
1180 pr->to = (struct sockaddr *)&whereto;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c2055 pinger(int send_sock, struct sockaddr *whereto, struct msghdr *msg6, argument
2063 struct sockaddr_in6 *to6 = (struct sockaddr_in6 *)whereto;
2065 struct sockaddr_in *to = (struct sockaddr_in *)whereto;
2139 i = sendto(send_sock, (char *)out_pkt, cc, 0, whereto,

Completed in 58 milliseconds