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

  /external/ipsec-tools/src/racoon/
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_quick.c 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)
318 struct isakmp *isakmp = (struct isakmp *)msg0->v; local
842 struct isakmp *isakmp = (struct isakmp *)msg0->v; local
1739 struct isakmp *isakmp; local
    [all...]
isakmp_inf.c 81 #include "isakmp.h"
132 struct isakmp *isakmp;
143 encrypted = ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E);
144 msgid = ((struct isakmp *)msg0->v)->msgid;
156 ivm = oakley_newiv2(iph1, ((struct isakmp *)msg0->v)->msgid);
169 if (msg->l < sizeof(*isakmp) + sizeof(*gen)) {
176 isakmp = (struct isakmp *)msg->v;
177 gen = (struct isakmp_gen *)((caddr_t)isakmp + sizeof(struct isakmp))
131 struct isakmp *isakmp; local
893 struct isakmp *isakmp; local
    [all...]
isakmp_cfg.c 96 #include "isakmp.h"
135 * Handle an ISAKMP config mode packet
143 struct isakmp *packet;
157 packet = (struct isakmp *)msg->v;
187 packet = (struct isakmp *)dmsg->v;
445 * It is done at the end of phase 1 if ISAKMP mode config is not
746 * If required, request ISAKMP mode config information
1124 struct isakmp *isakmp; local
1136 "ISAKMP mode config exchange with immature phase 1\n")
    [all...]
isakmp.c 1 /* $NetBSD: isakmp.c,v 1.20.6.13 2008/09/25 09:34:39 vanhu Exp $ */
3 /* Id: isakmp.c,v 1.74 2006/05/07 21:32:59 manubsd Exp */
83 #include "isakmp.h"
194 * isakmp packet handler
200 struct isakmp isakmp; local
202 char buf[sizeof (isakmp) + 4];
210 sizeof(isakmp) + 4];
227 "failed to receive isakmp packet: %s\n",
275 memcpy ((char *)&isakmp, x.buf + extralen, sizeof (isakmp))
401 struct isakmp *isakmp = (struct isakmp *)msg->v; local
949 struct isakmp *isakmp = (struct isakmp *)msg->v; local
1122 struct isakmp *isakmp = (struct isakmp *)msg->v; local
1301 struct isakmp *isakmp = (struct isakmp *)msg->v; local
1505 struct isakmp *isakmp = (struct isakmp *)buf->v; local
2606 struct isakmp *isakmp; local
2790 struct isakmp *isakmp; local
    [all...]
isakmp.h 1 /* $NetBSD: isakmp.h,v 1.4 2006/09/09 16:22:09 manu 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 */
391 /* See draft-ietf-ipsec-isakmp-mode-cfg-04.txt, 3.2 */
racoonctl.c 80 #include "isakmp.h"
143 { EVTT_ISAKMP_CFG_DONE, "ISAKMP mode config done", INFO },
157 { EVTT_NO_ISAKMP_CFG, "No need for ISAKMP mode config ", INFO },
171 { ADMIN_PROTO_ISAKMP, "isakmp" },
199 #define EVTF_CFG_STOP 0x0002 /* Stop after ISAKMP mode config */
200 #define EVTF_CFG 0x0004 /* Print ISAKMP mode config info */
236 " <protocol>: \"isakmp\", \"esp\" or \"ah\".\n"
239 " <saopts>: \"isakmp\" <family> <src> <dst>\n"
742 char *isakmp = "isakmp"; local
807 char *isakmp = "isakmp"; local
    [all...]
  /external/tcpdump/
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

Completed in 155 milliseconds