Lines Matching full:advance
85 register int advance;
143 advance = sizeof(struct ip6_hdr);
145 while (cp < ndo->ndo_snapend && advance > 0) {
146 cp += advance;
147 len -= advance;
158 advance = hbhopt_print(cp);
162 advance = dstopt_print(cp);
166 advance = frag6_print(cp, (const u_char *)ip6);
167 if (ndo->ndo_snapend <= cp + advance)
176 * XXX - we don't use "advance"; the current
185 advance = mobility_print(cp, (const u_char *)ip6);
189 advance = rt6_print(cp, (const u_char *)ip6);
208 advance = ah_print(cp);
214 advance = esp_print(ndo, cp, len, (const u_char *)ip6, &enh, &padlen);
222 advance = ipcomp_print(cp, &enh);