Home | History | Annotate | Download | only in ping6

Lines Matching defs:cbit

1741 	struct cbit {
1744 } cbit;
1772 if (clen < sizeof(cbit) || clen % sizeof(v))
1774 memcpy(&cbit, cp, sizeof(cbit));
1775 if (sizeof(cbit) + ntohs(cbit.words) * sizeof(v) >
1778 cp += sizeof(cbit);
1779 clen = ntohs(cbit.words) * sizeof(v);
1780 skip = (size_t)ntohs(cbit.skip) * 32;