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

/macosx-10.10.1/network_cmds-457/ping.tproj/
H A Dping.c180 struct sockaddr_in whereto; /* who to ping */ variable in typeref:struct:sockaddr_in
625 bzero(&whereto, sizeof(whereto));
626 to = &whereto;
648 if (IN_MULTICAST(ntohl(whereto.sin_addr.s_addr)) || whereto.sin_addr.s_addr == INADDR_BROADCAST) {
660 if (whereto.sin_addr.s_addr != ((struct sockaddr_in*)ifa->ifa_broadaddr)->sin_addr.s_addr)
1126 msg.msg_name = &whereto;
1127 msg.msg_namelen = sizeof(whereto);
1145 i = sendto(s, (char *)packet, cc, 0, (struct sockaddr *)&whereto,
[all...]
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dmprintf.c1116 int curl_mfprintf(FILE *whereto, const char *format, ...) argument
1121 retcode = dprintf_formatf(whereto, fputc, format, ap_save);
1139 int curl_mvfprintf(FILE *whereto, const char *format, va_list ap_save) argument
1141 return dprintf_formatf(whereto, fputc, format, ap_save);
/macosx-10.10.1/network_cmds-457/traceroute.tproj/
H A Dtraceroute.c353 struct sockaddr whereto; /* Who to try to reach */ variable in typeref:struct:sockaddr
505 register struct sockaddr_in *to = (struct sockaddr_in *)&whereto;
1254 packlen, 0, &whereto, sizeof(whereto));
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dipsec_manager.c1536 struct sockaddr_in whereto; /* who to ping */ local
1547 whereto.sin_family = AF_INET; /* Internet address family */
1548 whereto.sin_port = 0; /* Source port */
1549 whereto.sin_addr.s_addr = ping->s_addr; /* Dest. address */
1565 i = sendto(s, data, cc, 0, (struct sockaddr *)&whereto, sizeof(whereto));

Completed in 97 milliseconds