Searched refs:checkhost (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/ntp/ |
| H A D | Makefile.am | 153 .checkhost: .buildhost FRC.checkhost 159 FRC.CommitLog FRC.checkcvo FRC.checkhost FRC.distwarn FRC.html FRC.sntp:
|
| H A D | Makefile.in | 1170 .checkhost: .buildhost FRC.checkhost 1176 FRC.CommitLog FRC.checkcvo FRC.checkhost FRC.distwarn FRC.html FRC.sntp:
|
| /freebsd/usr.sbin/bootparamd/bootparamd/ |
| H A D | bootparamd.c | 41 static int checkhost(char *, char *, int); 72 if (checkhost(askname, hostname, sizeof hostname) ) { in bootparamproc_whoami_1_svc() 286 checkhost(char *l_askname, char *l_hostname, int len __unused) in checkhost() function
|
| /freebsd/usr.bin/systat/ |
| H A D | extern.h | 74 int checkhost(struct in_conninfo *);
|
| H A D | netstat.c | 212 if (nhosts && !checkhost(&inpcb->inp_inc)) in fetchnetstat_kvm() 301 if (nhosts && !checkhost(&xip->inp_inc)) in fetchnetstat_sysctl()
|
| H A D | netcmds.c | 280 checkhost(struct in_conninfo *inc) in checkhost() function
|
| /freebsd/crypto/openssl/apps/ |
| H A D | x509.c | 340 char *checkhost = NULL, *checkemail = NULL, *checkip = NULL; in x509_main() local 657 checkhost = 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 D | apps.h | 279 const char *checkhost, const char *checkemail,
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | apps.c | 2165 int check_cert_attributes(BIO *bio, X509 *x, const char *checkhost, in check_cert_attributes() argument 2177 if (checkhost != NULL) { in check_cert_attributes() 2178 valid_host = X509_check_host(x, checkhost, 0, 0, NULL); in check_cert_attributes() 2181 checkhost, valid_host == 1 ? "" : " NOT"); in check_cert_attributes()
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-x509.pod.in | 52 [B<-checkhost> I<host>] 352 =item B<-checkhost> I<host>
|