HomeSort by relevance Sort by last modified time
    Searched refs:isakmp (Results 1 - 21 of 21) sorted by null

  /external/tcpdump/tests/
isakmp1.sh 3 uudecode isakmp-delete-segfault.puu
6 if (../tcpdump -t -n -r isakmp-delete-segfault.pcap | diff - isakmp1.out)
isakmp2.sh 3 uudecode isakmp-pointer-loop.puu
6 if (../tcpdump -t -n -r isakmp-pointer-loop.pcap | diff - isakmp2.out)
isakmp3.sh 3 uudecode isakmp-identification-segfault.puu
6 ../tcpdump -t -v -n -r isakmp-identification-segfault.pcap > isakmp3.new
  /external/ipsec-tools/src/racoon/
isakmp_newg.c 54 #include "isakmp.h"
74 struct isakmp *isakmp = (struct isakmp *)msg->v;
153 len = sizeof(isakmp->msgid) + ntohs(sa->h.len);
160 memcpy(buf->v, &isakmp->msgid, sizeof(isakmp->msgid));
161 memcpy(buf->v + sizeof(isakmp->msgid), sa, ntohs(sa->h.len));
isakmp_frag.c 76 #include "isakmp.h"
86 struct isakmp *hdr;
103 hdr = (struct isakmp *)buf->v;
135 hdr = (struct isakmp *)frag->v;
181 struct isakmp *isakmp; local
190 if (msg->l < sizeof(*isakmp) + sizeof(*frag)) {
195 isakmp = (struct isakmp *)msg->v;
196 frag = (struct isakmp_frag *)(isakmp + 1)
    [all...]
isakmp_inf.c 81 #include "isakmp.h"
131 struct isakmp *isakmp;
142 encrypted = ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E);
143 msgid = ((struct isakmp *)msg0->v)->msgid;
155 ivm = oakley_newiv2(iph1, ((struct isakmp *)msg0->v)->msgid);
168 if (msg->l < sizeof(*isakmp) + sizeof(*gen)) {
176 isakmp = (struct isakmp *)msg->v;
177 gen = (struct isakmp_gen *)((caddr_t)isakmp + sizeof(struct isakmp))
130 struct isakmp *isakmp; local
883 struct isakmp *isakmp; local
    [all...]
isakmp_inf.h 41 extern int isakmp_info_send_nx __P((struct isakmp *,
isakmp.c 1 /* $NetBSD: isakmp.c,v 1.71 2011/03/15 13:20:14 vanhu Exp $ */
3 /* Id: isakmp.c,v 1.74 2006/05/07 21:32:59 manubsd Exp */
84 #include "isakmp.h"
198 * isakmp packet handler
205 struct isakmp isakmp; local
207 char buf[sizeof (isakmp) + 4];
216 char buf[sizeof(isakmp) + 4];
234 "failed to receive isakmp packet: %s\n",
273 memcpy ((char *)&isakmp, x.buf + extralen, sizeof (isakmp))
398 struct isakmp *isakmp = (struct isakmp *)msg->v; local
961 struct isakmp *isakmp = (struct isakmp *)msg->v; local
1136 struct isakmp *isakmp = (struct isakmp *)msg->v; local
1313 struct isakmp *isakmp = (struct isakmp *)msg->v; local
1508 struct isakmp *isakmp = (struct isakmp *)buf->v; local
2656 struct isakmp *isakmp; local
2840 struct isakmp *isakmp; local
    [all...]
isakmp_cfg.c 96 #include "isakmp.h"
137 * Handle an ISAKMP config mode packet
145 struct isakmp *packet;
159 packet = (struct isakmp *)msg->v;
189 packet = (struct isakmp *)dmsg->v;
447 * It is done at the end of phase 1 if ISAKMP mode config is not
748 * If required, request ISAKMP mode config information
1163 struct isakmp *isakmp; local
1175 "ISAKMP mode config exchange with immature phase 1\n")
    [all...]
isakmp_quick.c 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)
408 struct isakmp *isakmp = (struct isakmp *)msg0->v; local
1074 struct isakmp *isakmp = (struct isakmp *)msg0->v; local
2080 struct isakmp *isakmp; local
    [all...]
isakmp.h 1 /* $NetBSD: isakmp.h,v 1.7 2009/05/20 07:54:50 vanhu Exp $ */
3 /* Id: isakmp.h,v 1.11 2005/04/25 22:19:39 manubsd Exp */
48 /* 3.1 ISAKMP Header Format
64 struct isakmp { struct
121 * See draft-ietf-ipsec-isakmp-gss-auth-06.txt.
243 /* A.4 ISAKMP Identification Type Values */
387 /* See draft-ietf-ipsec-isakmp-mode-cfg-04.txt, 3.2 */
racoonctl.c 81 #include "isakmp.h"
173 { ADMIN_PROTO_ISAKMP, "isakmp" },
230 " <protocol>: \"isakmp\", \"esp\" or \"ah\".\n"
233 " <saopts>: \"isakmp\" <family> <src> <dst>\n"
651 char *isakmp = "isakmp"; local
700 nav[nac++] = isakmp;
715 char *isakmp = "isakmp"; local
727 nav[nac++] = isakmp;
    [all...]
isakmp_agg.c 71 #include "isakmp.h"
148 /* create isakmp index */
152 /* make ID payload into isakmp status */
222 /* create isakmp KE payload */
225 /* create isakmp NONCE payload */
228 /* create isakmp ID payload */
241 /* create isakmp CR payload */
463 "few isakmp message received.\n");
483 /* fix isakmp index */
484 memcpy(&iph1->index.r_ck, &((struct isakmp *)msg->v)->r_ck
    [all...]
oakley.c 71 #include "isakmp.h"
480 * see seciton 5.5 Phase 2 - Quick Mode in isakmp-oakley-05.
622 * generating long key (isakmp-oakley-08 5.5)
781 * see seciton 5.5 Phase 2 - Quick Mode in isakmp-oakley-05.
1314 "few isakmp message received.\n");
    [all...]
isakmp_ident.c 67 #include "isakmp.h"
140 /* create isakmp index */
365 /* fix isakmp index */
366 memcpy(&iph1->index.r_ck, &((struct isakmp *)msg->v)->r_ck,
385 /* create buffer to send isakmp payload */
531 "few isakmp message received.\n");
602 /* make ID payload into isakmp status */
685 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
816 * status update and establish isakmp sa.
1214 "few isakmp message received.\n")
    [all...]
isakmp_base.c 71 #include "isakmp.h"
137 /* create isakmp index */
141 /* make ID payload into isakmp status */
216 /* create isakmp ID payload */
219 /* create isakmp NONCE payload */
358 "few isakmp message received.\n");
427 /* fix isakmp index */
428 memcpy(&iph1->index.r_ck, &((struct isakmp *)msg->v)->r_ck,
468 /* create isakmp KE payload */
471 /* create isakmp HASH payload *
    [all...]
  /external/ipsec-tools/
Makefile 10 src/racoon/isakmp.c \
Android.mk 26 src/racoon/isakmp.c \
  /external/tcpdump/
Android.mk 59 print-isakmp.c\
isakmp.h 29 /* YIPS @(#)$Id: isakmp.h,v 1.10 2002/12/11 07:13:54 guy Exp $ */
84 /* 3.1 ISAKMP Header Format
100 struct isakmp { struct
print-isakmp.c 33 "@(#) $Header: /tcpdump/master/tcpdump/print-isakmp.c,v 1.51 2005/04/07 00:28:17 mcr Exp $ (LBL)";
46 #include "isakmp.h"
105 NULL, "isakmp", "ipsec-ah", "ipsec-esp", "ipcomp",
108 /* isakmp->np */
114 /* isakmp->np */
133 /* isakmp->etype */
1215 printf(" [|isakmp]");
1283 const struct isakmp *p;
1284 struct isakmp base;
1291 p = (const struct isakmp *)bp
    [all...]

Completed in 116 milliseconds