Home | History | Annotate | Download | only in iputils

Lines Matching defs:whereto

151 struct sockaddr_in6 whereto;	/* who to ping */
901 ni_subject = &whereto.sin6_addr;
902 ni_subject_len = sizeof(whereto.sin6_addr);
931 memcpy(&whereto, ai->ai_addr, sizeof(whereto));
932 whereto.sin6_port = htons(IPPROTO_ICMPV6);
940 memcpy(&firsthop.sin6_addr, &whereto.sin6_addr, 16);
942 firsthop.sin6_scope_id = whereto.sin6_scope_id;
1057 if ((whereto.sin6_addr.s6_addr16[0]&htons(0xff00)) == htons (0xff00)) {
1219 memcpy(&freq->flr_dst, &whereto.sin6_addr, 16);
1242 whereto.sin6_flowinfo = flowlabel;
1254 printf("PING %s(%s) ", hostname, pr_addr(&whereto.sin6_addr));
1323 memcmp(&target.sin6_addr, &whereto.sin6_addr, 16) ||
1416 (struct sockaddr *) &whereto,
1426 mhdr.msg_name = &whereto;
1654 if (memcmp(&iph1->ip6_dst, &whereto.sin6_addr, 16))