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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dapps.h347 const char *checkemail, const char *checkip);
H A Dx509.c155 " -checkip ipaddr - check certificate matches \"ipaddr\"\n",
220 char *checkip = NULL; local
457 } else if (strcmp(*argv, "-checkip") == 0) {
460 checkip = *(++argv);
986 print_cert_checks(STDout, x, checkhost, checkemail, checkip);
H A Dapps.c2790 const char *checkemail, const char *checkip)
2806 if (checkip) {
2808 checkip, X509_check_ip_asc(x, checkip, 0) ? "" : " NOT");
2788 print_cert_checks(BIO *bio, X509 *x, const char *checkhost, const char *checkemail, const char *checkip) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dapps.h347 const char *checkemail, const char *checkip);
H A Dx509.c155 " -checkip ipaddr - check certificate matches \"ipaddr\"\n",
220 char *checkip = NULL; local
457 } else if (strcmp(*argv, "-checkip") == 0) {
460 checkip = *(++argv);
986 print_cert_checks(STDout, x, checkhost, checkemail, checkip);
H A Dapps.c2790 const char *checkemail, const char *checkip)
2806 if (checkip) {
2808 checkip, X509_check_ip_asc(x, checkip, 0) ? "" : " NOT");
2788 print_cert_checks(BIO *bio, X509 *x, const char *checkhost, const char *checkemail, const char *checkip) argument

Completed in 51 milliseconds