Home | History | Annotate | Download | only in ping6

Lines Matching defs:cc

308 	int cc;
1094 cc = poll(fdmaskp, 1, timeout);
1095 if (cc < 0) {
1101 } else if (cc == 0)
1115 cc = recvmsg(s, &m, 0);
1116 if (cc < 0) {
1122 } else if (cc == 0) {
1141 pr_pack(packet, cc, &m);
1233 int i, cc;
1259 cc = ICMP6_NIQLEN + sizeof(dst.sin6_addr);
1272 cc = ICMP6_NIQLEN;
1286 cc = ICMP6_NIQLEN + sizeof(dst.sin6_addr);
1298 cc = ICMP6_NIQLEN;
1313 cc = ICMP6ECHOLEN + datalen;
1317 if (pingerlen() != cc)
1325 iov[0].iov_len = cc;
1331 if (i < 0 || i != cc) {
1335 hostname, cc, i);
1432 pr_pack(u_char *buf, int cc, struct msghdr *mhdr)
1441 u_char *cp = NULL, *dp, *end = buf + cc;
1463 if (cc < (int)sizeof(struct icmp6_hdr)) {
1465 warnx("packet too short (%d bytes) from %s", cc,
1515 (void)printf("%d bytes from %s, icmp_seq=%u", cc,
1561 (void)printf("%d bytes from %s: ", cc, pr_addr(from, fromlen));
1592 cc - off - ICMP6_NIRLEN - 1)
1678 cc - off - ICMP6_NIRLEN - 1 && oldfqdn) {
1683 (u_long)cc - off - ICMP6_NIRLEN - 1);
1696 (void)printf("%d bytes from %s: ", cc, pr_addr(from, fromlen));