Home | History | Annotate | Download | only in racoon

Lines Matching defs:isakmp

75 #include "isakmp.h"
282 /* send isakmp payload */
292 /* change status of isakmp status entry */
319 struct isakmp *isakmp = (struct isakmp *)msg0->v;
334 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
347 * 2. the second one must be SA (added in isakmp-oakley-05!)
367 * this restriction was introduced in isakmp-oakley-05.
381 + ntohl(isakmp->len) - sizeof(*isakmp);
480 "few isakmp message received.\n");
524 /* change status of isakmp status entry */
593 /* create buffer for isakmp payload */
594 tlen = sizeof(struct isakmp)
603 /* create isakmp header */
711 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
761 "few isakmp message received.\n");
843 struct isakmp *isakmp = (struct isakmp *)msg0->v;
858 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
873 * 2. the second one must be SA (added in isakmp-oakley-05!)
894 * this restriction was introduced in isakmp-oakley-05.
908 tlen = ntohl(isakmp->len) - sizeof(*isakmp);
1023 "few isakmp message received.\n");
1120 /* change status of isakmp status entry */
1348 /* send isakmp payload */
1365 /* change status of isakmp status entry */
1402 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
1440 "few isakmp message received.\n");
1548 /* create buffer for isakmp payload */
1549 tlen = sizeof(struct isakmp)
1559 /* create isakmp header */
1733 * create HASH, body (SA, NONCE) payload with isakmp header.
1740 struct isakmp *isakmp;
1747 /* create buffer for isakmp payload */
1748 tlen = sizeof(*isakmp)
1761 /* set isakmp header */