Searched refs:trns (Results 1 - 6 of 6) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dipsec_doi.c340 struct isakmp_pl_t *trns = p->trns; local
345 "prop#=%d, prot-id=%s, spi-size=%d, #trns=%d\n",
350 "trns#=%d, trns-id=%s\n",
351 trns->t_no,
352 s_ipsecdoi_trns(prop->proto_id, trns->t_id));
357 if (t2isakmpsa(trns, tsap) < 0)
486 if (t2isakmpsa(p->trns, &sa) < 0)
492 "DB(prop#%d:trns#
1463 struct isakmp_pl_t *trns; local
2725 struct isakmp_pl_t *trns = NULL; local
2944 struct isakmp_pl_t *trns; local
[all...]
H A Dsecurity.c76 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));
H A Dproposal.h144 struct isakmp_pl_t *trns; member in struct:prop_pair
H A Dstrnames.c301 { ISAKMP_NPTYPE_T, "trns", NULL },
505 s_ipsecdoi_trns(proto, trns)
506 int proto, trns;
512 return (name_ipsecdoi_proto[i].f)(trns);
513 return num2str(trns);
H A Dproposal.c802 "#trns=%d trns#=%d trns-id=%s\n",
806 t->trns->t_no,
808 t->trns->t_id));
819 if (ipsecdoi_t2satrns(t->trns,
/external/webkit/Source/WebCore/platform/image-decoders/png/
H A DPNGImageDecoder.cpp285 png_bytep trns = 0; local
288 png_get_tRNS(png, info, &trns, &trnsCount, 0);

Completed in 104 milliseconds