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;
359 if (pbuf)
360 vfree(pbuf);
451 vchar_t *pbuf = NULL;
470 pbuf = isakmp_parse(msg);
471 if (pbuf == NULL)
474 for (pa = (struct isakmp_parse_t *)pbuf->v;
574 if (pbuf)
575 vfree(pbuf);
695 vchar_t *pbuf = NULL;
723 pbuf = isakmp_parse(msg);
724 if (pbuf == NULL)
729 for (pa = (struct isakmp_parse_t *)pbuf->v;
824 if (pbuf)
825 vfree(pbuf);
885 vchar_t *pbuf = NULL;
901 pbuf = isakmp_parse(msg);
902 if (pbuf == NULL)
904 pa = (struct isakmp_parse_t *)pbuf->v;
991 if (pbuf)
992 vfree(pbuf);
1171 vchar_t *pbuf = NULL;
1189 pbuf = isakmp_parse(msg);
1190 if (pbuf == NULL)
1193 for (pa = (struct isakmp_parse_t *)pbuf->v;
1280 if (pbuf)
1281 vfree(pbuf);
1391 vchar_t *pbuf = NULL;
1418 pbuf = isakmp_parse(msg);
1419 if (pbuf == NULL)
1424 for (pa = (struct isakmp_parse_t *)pbuf->v;
1575 if (pbuf)
1576 vfree(pbuf);