• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/

Lines Matching refs:isakmp

69 #include "isakmp.h"
278 /* send isakmp payload */
288 /* change status of isakmp status entry */
315 struct isakmp *isakmp = (struct isakmp *)msg0->v;
330 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
343 * 2. the second one must be SA (added in isakmp-oakley-05!)
363 * this restriction was introduced in isakmp-oakley-05.
377 + ntohl(isakmp->len) - sizeof(*isakmp);
467 "few isakmp message received.\n");
511 /* change status of isakmp status entry */
580 /* create buffer for isakmp payload */
581 tlen = sizeof(struct isakmp)
590 /* create isakmp header */
698 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
743 "few isakmp message received.\n");
825 struct isakmp *isakmp = (struct isakmp *)msg0->v;
840 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
855 * 2. the second one must be SA (added in isakmp-oakley-05!)
876 * this restriction was introduced in isakmp-oakley-05.
890 tlen = ntohl(isakmp->len) - sizeof(*isakmp);
997 "few isakmp message received.\n");
1093 /* change status of isakmp status entry */
1317 /* send isakmp payload */
1334 /* change status of isakmp status entry */
1371 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
1409 "few isakmp message received.\n");
1515 /* create buffer for isakmp payload */
1516 tlen = sizeof(struct isakmp)
1526 /* create isakmp header */
1677 * create HASH, body (SA, NONCE) payload with isakmp header.
1684 struct isakmp *isakmp;
1691 /* create buffer for isakmp payload */
1692 tlen = sizeof(*isakmp)
1705 /* set isakmp header */