Home | History | Annotate | Download | only in racoon

Lines Matching refs:proposal

62 #include "proposal.h"
667 if (iph2->proposal == NULL && iph2->approval == NULL)
677 } else if (iph2->proposal != NULL) {
678 for (pr = iph2->proposal->head; pr != NULL;
713 * SPI in the proposal is cleared.
728 /* clear spi, keep variables in the proposal */
729 if (iph2->proposal) {
731 for (pr = iph2->proposal->head; pr != NULL; pr = pr->next)
817 if (iph2->proposal) {
818 flushsaprop(iph2->proposal);
819 iph2->proposal = NULL;
893 if (iph2->proposal == NULL && iph2->approval == NULL)
901 } else if (iph2->proposal != NULL) {
902 for (pr = iph2->proposal->head; pr != NULL;
1276 * We have to keep iph2->proposal valid at least for initiator,