ping.c | 157 static struct sockaddr_in whereto, send_addr; /* Who to ping */ variable in typeref:struct:sockaddr_in 413 gethost("-g", optarg, &send_addr, 0, 0); 489 (void) memcpy(&send_addr, &whereto, sizeof(send_addr)); 576 opack_ip->ip_dst = send_addr.sin_addr; 958 (struct sockaddr *)&send_addr, sizeof(struct sockaddr_in));
|