Home | History | Annotate | Download | only in racoon

Lines Matching defs:pbuf

317 	vchar_t *pbuf = NULL;	/* for payload parsing */
350 pbuf = isakmp_parse(msg);
351 if (pbuf == NULL)
353 pa = (struct isakmp_parse_t *)pbuf->v;
532 if (pbuf)
533 vfree(pbuf);
697 vchar_t *pbuf = NULL; /* for payload parsing */
721 pbuf = isakmp_parse(msg);
722 if (pbuf == NULL)
725 for (pa = (struct isakmp_parse_t *)pbuf->v;
822 if (pbuf != NULL)
823 vfree(pbuf);
841 vchar_t *pbuf = NULL; /* for payload parsing */
876 pbuf = isakmp_parse(msg);
877 if (pbuf == NULL)
879 pa = (struct isakmp_parse_t *)pbuf->v;
1130 if (pbuf)
1131 vfree(pbuf);
1389 vchar_t *pbuf = NULL; /* for payload parsing */
1412 pbuf = isakmp_parse(msg);
1413 if (pbuf == NULL)
1416 for (pa = (struct isakmp_parse_t *)pbuf->v;
1491 if (pbuf != NULL)
1492 vfree(pbuf);