Searched refs:bindhost (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/usr.sbin/nfsd/ |
| H A D | nfsd.c | 176 char **bindhost = NULL; in main() local 213 bindhost = realloc(bindhost,sizeof(char *)*bindhostc); in main() 214 if (bindhost == NULL) in main() 302 bindhost = realloc(bindhost,sizeof(char *)*bindhostc); in main() 303 if (bindhost == NULL) in main() 522 bindhost[i]); in main() 595 bindhost[i]); in main() 668 bindhost[i]); in main() 746 bindhost[i]); in main() 859 if (bindhost == NULL || strcmp("*", bindhost) == 0) in setbindhost() [all …]
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | s_socket.c | 63 const char *bindhost, const char *bindport, in init_client() argument 83 if (bindhost != NULL || bindport != NULL) { in init_client() 84 ret = BIO_lookup_ex(bindhost, bindport, BIO_LOOKUP_CLIENT, in init_client() 166 bindhost != NULL ? bindhost : "", in init_client()
|
| H A D | s_apps.h | 32 const char *bindhost, const char *bindport,
|
| H A D | s_client.c | 905 char *bindhost = NULL, *bindport = NULL; in s_client_main() local 1621 res = BIO_parse_hostserv(bindstr, &bindhost, &bindport, in s_client_main() 2062 if (init_client(&s, host, port, bindhost, bindport, socket_family, in s_client_main() 3165 OPENSSL_free(bindhost); in s_client_main()
|