Home
last modified time | relevance | path

Searched refs:checkip (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/nfsdtop/
H A Dnfsdtop186 checkip() function
425 checkip "$FILTER_CLIENT" # NOTREACHED if non-ip
428 checkip "$FILTER_CLIENT" # NOTREACHED if non-ip
/freebsd/crypto/openssl/apps/
H A Dx509.c340 char *checkhost = NULL, *checkemail = NULL, *checkip = NULL; in x509_main() local
663 checkip = opt_arg(); in x509_main()
1140 if (!check_cert_attributes(out, x, checkhost, checkemail, checkip, 1)) in x509_main()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h280 const char *checkip, int print);
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c2191 const char *checkemail, const char *checkip, in check_cert_attributes() argument
2218 if (checkip != NULL) { in check_cert_attributes()
2219 valid_ip = X509_check_ip_asc(x, checkip, 0); in check_cert_attributes()
2222 checkip, valid_ip ? "" : " NOT"); in check_cert_attributes()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-x509.pod.in54 [B<-checkip> I<ipaddr>]
360 =item B<-checkip> I<ipaddr>