Searched defs:idp (Results 1 - 7 of 7) sorted by relevance

/external/iproute2/ip/
H A Dxfrm_policy.c181 char *idp = NULL; local
201 if (idp) {
205 idp = *argv;
H A Dxfrm_state.c246 char *idp = NULL; local
426 if (idp)
428 idp = *argv;
444 if (!idp) {
534 char *idp = NULL; local
589 if (idp)
591 idp = *argv;
606 if (!idp) {
792 char *idp = NULL; local
808 if (idp)
925 char *idp = NULL; local
[all...]
/external/openssl/crypto/x509v3/
H A Dv3_crld.c449 ISSUING_DIST_POINT *idp = NULL; local
453 idp = ISSUING_DIST_POINT_new();
454 if (!idp)
461 ret = set_dist_point_name(&idp->distpoint, ctx, cnf);
468 if (!X509V3_get_value_bool(cnf, &idp->onlyuser))
473 if (!X509V3_get_value_bool(cnf, &idp->onlyCA))
478 if (!X509V3_get_value_bool(cnf, &idp->onlyattr))
483 if (!X509V3_get_value_bool(cnf, &idp->indirectCRL))
488 if (!set_reasons(&idp->onlysomereasons, val))
498 return idp;
541 ISSUING_DIST_POINT *idp = pidp; local
[all...]
/external/tcpdump/
H A Dprint-icmp.c450 register const struct id_rdiscovery *idp; local
486 idp = (struct id_rdiscovery *)&dp->icmp_data;
488 TCHECK(*idp);
490 ipaddr_string(&idp->ird_addr),
491 EXTRACT_32BITS(&idp->ird_pref));
493 ++idp;
/external/opencv/cv/src/
H A Dcvhough.cpp873 float idp, dr; local
886 idp = 1.f/dp;
887 CV_CALL( accum = cvCreateMat( cvCeil(img->rows*idp)+2, cvCeil(img->cols*idp)+2, CV_32SC1 ));
931 x0 = cvRound((x*idp)*ONE) + ONE + (ONE/2);
932 y0 = cvRound((y*idp)*ONE) + ONE + (ONE/2);
/external/openssl/crypto/x509/
H A Dx509.h471 ISSUING_DIST_POINT *idp; member in struct:X509_crl_st
/external/openssl/include/openssl/
H A Dx509.h471 ISSUING_DIST_POINT *idp; member in struct:X509_crl_st

Completed in 1156 milliseconds