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

  /external/ipsec-tools/src/racoon/
ipsec_doi.c 340 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#%d):Peer(prop#%d:trns#%d) =
1463 struct isakmp_pl_t *trns; local
2725 struct isakmp_pl_t *trns = NULL; local
2944 struct isakmp_pl_t *trns; local
    [all...]
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.h 144 struct isakmp_pl_t *trns; member in struct:prop_pair
strnames.c 301 { 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);
proposal.c 802 "#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/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 219 // Convert a tRNS warning to be an error (documented in bugzilla.mozilla.org bug #251381)
220 if (!strncmp(warningMsg, "Missing PLTE before tRNS", 24))
269 png_bytep trns = 0; local
272 png_get_tRNS(png, info, &trns, &trnsCount, 0);

Completed in 247 milliseconds