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

  /external/ipsec-tools/src/racoon/
isakmp_inf.c 148 struct isakmp_ivm *ivm;
150 if (iph1->ivm == NULL) {
151 plog(LLV_ERROR, LOCATION, NULL, "iph1->ivm == NULL\n");
156 ivm = oakley_newiv2(iph1, ((struct isakmp *)msg0->v)->msgid);
157 if (ivm == NULL)
160 msg = oakley_do_decrypt(iph1, msg0, ivm->iv, ivm->ive);
161 oakley_delivm(ivm);
931 iph2->ivm = oakley_newiv2(iph1, iph2->msgid);
932 if (iph2->ivm == NULL)
147 struct isakmp_ivm *ivm; local
    [all...]
isakmp_cfg.c 149 struct isakmp_ivm *ivm; local
170 if (iph1->mode_cfg->ivm == NULL ||
172 iph1->mode_cfg->ivm =
174 ivm = iph1->mode_cfg->ivm;
176 dmsg = oakley_do_decrypt(iph1, msg, ivm->iv, ivm->ive);
286 oakley_delivm(iph1->mode_cfg->ivm);
287 iph1->mode_cfg->ivm = NULL;
1104 if (ics->ivm != NULL
    [all...]
isakmp_cfg.h 171 struct isakmp_ivm *ivm; /* XXX Use iph1's ivm? */ member in struct:isakmp_cfg_state
handler.h 173 struct isakmp_ivm *ivm; /* IVs */ member in struct:ph1handle
311 struct isakmp_ivm *ivm; /* IVs */ member in struct:ph2handle
  /external/iproute2/ip/
iplink.c 358 struct ifla_vf_mac ivm = { 0 }; local
362 ivm.vf = vf;
363 len = ll_addr_a2n((char *)ivm.mac, 32, *argv);
373 &ivm, sizeof(ivm));
    [all...]

Completed in 1279 milliseconds