HomeSort by: relevance | last modified time | path
    Searched refs:trns (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
ipsec_doi.c 200 struct isakmp_pl_t *trns = pair->trns; local
203 "prop#=%d, prot-id=%s, spi-size=%d, #trns=%d\n",
207 "trns#=%d, trns-id=%s\n",
208 trns->t_no, s_ipsecdoi_trns(prop->proto_id, trns->t_id));
263 if (t2isakmpsa(p->trns, sa,
388 t2isakmpsa(struct isakmp_pl_t *trns, struct isakmpsa *sa,
400 tlen = ntohs(trns->h.len) - sizeof(*trns)
1307 struct isakmp_pl_t *trns; local
2633 struct isakmp_pl_t *trns = NULL; local
2845 struct isakmp_pl_t *trns; local
    [all...]
proposal.h 144 struct isakmp_pl_t *trns; member in struct:prop_pair
security.c 76 struct isakmp_pl_t *trns; local
128 trns = (struct isakmp_pl_t *)ta->ptr;
130 len = ntohs(trns->h.len) - sizeof(struct isakmp_pl_t);
131 d = (struct isakmp_data *)((caddr_t)trns + sizeof(struct isakmp_pl_t));
proposal.c 789 "#trns=%d trns#=%d trns-id=%s\n",
793 t->trns->t_no,
795 t->trns->t_id));
806 if (ipsecdoi_t2satrns(t->trns,
strnames.c 305 { ISAKMP_NPTYPE_T, "trns", NULL },
502 s_ipsecdoi_trns(int proto, int trns)
508 return (name_ipsecdoi_proto[i].f)(trns);
509 return num2str(trns);

Completed in 21 milliseconds