Home | History | Annotate | Download | only in eap_peer

Lines Matching defs:ppos

229 	const u8 *pend, *ppos;
275 ppos = (const u8 *) (p + 1);
277 if (ppos + p->spi_size > pend) {
284 ppos, p->spi_size);
285 ppos += p->spi_size;
304 int tlen = ikev2_parse_transform(prop, ppos, pend);
307 ppos += tlen;
310 if (ppos != pend) {