Home | History | Annotate | Download | only in racoon

Lines Matching refs:isakmp

72 #include "isakmp.h"
365 /* send isakmp payload */
374 /* change status of isakmp status entry */
409 struct isakmp *isakmp = (struct isakmp *)msg0->v;
423 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
436 * 2. the second one must be SA (added in isakmp-oakley-05!)
456 * this restriction was introduced in isakmp-oakley-05.
470 + ntohl(isakmp->len) - sizeof(*isakmp);
598 "few isakmp message received.\n");
743 /* change status of isakmp status entry */
826 /* create buffer for isakmp payload */
827 tlen = sizeof(struct isakmp)
836 /* create isakmp header */
943 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
993 "few isakmp message received.\n");
1075 struct isakmp *isakmp = (struct isakmp *)msg0->v;
1090 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
1108 * 2. the second one must be SA (added in isakmp-oakley-05!)
1129 * this restriction was introduced in isakmp-oakley-05.
1143 tlen = ntohl(isakmp->len) - sizeof(*isakmp);
1301 "few isakmp message received.\n");
1401 /* change status of isakmp status entry */
1683 /* send isakmp payload */
1699 /* change status of isakmp status entry */
1743 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
1781 "few isakmp message received.\n");
1889 /* create buffer for isakmp payload */
1890 tlen = sizeof(struct isakmp)
1900 /* create isakmp header */
2074 * create HASH, body (SA, NONCE) payload with isakmp header.
2081 struct isakmp *isakmp;
2088 /* create buffer for isakmp payload */
2089 tlen = sizeof(*isakmp)
2102 /* set isakmp header */