/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 | 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...] |
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/ |
PNGImageDecoder.cpp | 78 // Convert a tRNS warning to be an error (see 80 if (!strncmp(warningMsg, "Missing PLTE before tRNS", 24)) 333 png_bytep trns = 0; local 336 png_get_tRNS(png, info, &trns, &trnsCount, 0);
|