Searched refs:checkhost (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/ntp/ |
| H A D | Makefile.am | 154 .checkhost: .buildhost FRC.checkhost 160 FRC.CommitLog FRC.checkcvo FRC.checkhost FRC.distwarn FRC.html FRC.sntp:
|
| H A D | Makefile.in | 1162 .checkhost: .buildhost FRC.checkhost 1168 FRC.CommitLog FRC.checkcvo FRC.checkhost FRC.distwarn FRC.html FRC.sntp:
|
| /freebsd-13.1/usr.sbin/bootparamd/bootparamd/ |
| H A D | bootparamd.c | 43 static int checkhost(char *, char *, int); 74 if (checkhost(askname, hostname, sizeof hostname) ) { in bootparamproc_whoami_1_svc() 288 checkhost(char *l_askname, char *l_hostname, int len __unused) in checkhost() function
|
| /freebsd-13.1/usr.bin/systat/ |
| H A D | extern.h | 72 int checkhost(struct in_conninfo *);
|
| H A D | netcmds.c | 286 checkhost(struct in_conninfo *inc) in checkhost() function
|
| H A D | netstat.c | 220 if (nhosts && !checkhost(&inpcb.inp_inc)) in fetchnetstat_kvm() 318 if (nhosts && !checkhost(&xip->inp_inc)) in fetchnetstat_sysctl()
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | x509.c | 168 char *checkhost = NULL, *checkemail = NULL, *checkip = NULL, *exts = NULL; in x509_main() local 445 checkhost = opt_arg(); in x509_main() 868 print_cert_checks(out, x, checkhost, checkemail, checkip); in x509_main()
|
| H A D | apps.c | 2015 const char *checkhost, in print_cert_checks() argument 2020 if (checkhost) { in print_cert_checks() 2022 checkhost, in print_cert_checks() 2023 X509_check_host(x, checkhost, 0, 0, NULL) == 1 in print_cert_checks()
|
| H A D | apps.h | 567 const char *checkhost,
|