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

  /external/ipsec-tools/src/racoon/
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
ipsec_doi.c 205 struct isakmp_pl_t *trns = pair->trns; local
208 "prop#=%d, prot-id=%s, spi-size=%d, #trns=%d\n",
212 "trns#=%d, trns-id=%s\n",
213 trns->t_no, s_ipsecdoi_trns(prop->proto_id, trns->t_id));
272 if (t2isakmpsa(p->trns, sa,
399 t2isakmpsa(trns, sa, vendorid_mask)
400 struct isakmp_pl_t *trns;
1337 struct isakmp_pl_t *trns; local
2691 struct isakmp_pl_t *trns = NULL; local
2907 struct isakmp_pl_t *trns; local
    [all...]
  /external/webkit/Source/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 72 // Convert a tRNS warning to be an error (see
74 if (!strncmp(warningMsg, "Missing PLTE before tRNS", 24))
285 png_bytep trns = 0; local
288 png_get_tRNS(png, info, &trns, &trnsCount, 0);

Completed in 1972 milliseconds