Home | History | Annotate | Download | only in racoon

Lines Matching defs:pbuf

256 	vchar_t *pbuf = NULL;
279 pbuf = isakmp_parse(msg);
280 if (pbuf == NULL)
282 pa = (struct isakmp_parse_t *)pbuf->v;
335 if (pbuf)
336 vfree(pbuf);
427 vchar_t *pbuf = NULL;
446 pbuf = isakmp_parse(msg);
447 if (pbuf == NULL)
450 for (pa = (struct isakmp_parse_t *)pbuf->v;
550 if (pbuf)
551 vfree(pbuf);
671 vchar_t *pbuf = NULL;
699 pbuf = isakmp_parse(msg);
700 if (pbuf == NULL)
705 for (pa = (struct isakmp_parse_t *)pbuf->v;
800 if (pbuf)
801 vfree(pbuf);
861 vchar_t *pbuf = NULL;
877 pbuf = isakmp_parse(msg);
878 if (pbuf == NULL)
880 pa = (struct isakmp_parse_t *)pbuf->v;
943 if (pbuf)
944 vfree(pbuf);
1123 vchar_t *pbuf = NULL;
1141 pbuf = isakmp_parse(msg);
1142 if (pbuf == NULL)
1145 for (pa = (struct isakmp_parse_t *)pbuf->v;
1232 if (pbuf)
1233 vfree(pbuf);
1343 vchar_t *pbuf = NULL;
1370 pbuf = isakmp_parse(msg);
1371 if (pbuf == NULL)
1376 for (pa = (struct isakmp_parse_t *)pbuf->v;
1527 if (pbuf)
1528 vfree(pbuf);