Home
last modified time | relevance | path

Searched refs:bindhost (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/usr.sbin/nfsd/
H A Dnfsd.c174 char **bindhost = NULL; in main() local
211 bindhost = realloc(bindhost,sizeof(char *)*bindhostc); in main()
212 if (bindhost == NULL) in main()
300 bindhost = realloc(bindhost,sizeof(char *)*bindhostc); in main()
301 if (bindhost == NULL) in main()
534 bindhost[i]); in main()
613 bindhost[i]); in main()
692 bindhost[i]); in main()
776 bindhost[i]); in main()
895 if (bindhost == NULL || strcmp("*", bindhost) == 0) in setbindhost()
[all …]
/freebsd-14.2/crypto/openssl/apps/lib/
H A Ds_socket.c78 const char *bindhost, const char *bindport, in init_client() argument
98 if (bindhost != NULL || bindport != NULL) { in init_client()
99 ret = BIO_lookup_ex(bindhost, bindport, BIO_LOOKUP_CLIENT, in init_client()
183 bindhost != NULL ? bindhost : "", in init_client()
/freebsd-14.2/crypto/openssl/apps/include/
H A Ds_apps.h34 const char *bindhost, const char *bindport,
/freebsd-14.2/crypto/openssl/apps/
H A Ds_client.c808 char *bindhost = NULL, *bindport = NULL; in s_client_main() local
1567 res = BIO_parse_hostserv(bindstr, &bindhost, &bindport, in s_client_main()
2017 if (init_client(&sock, host, port, bindhost, bindport, socket_family, in s_client_main()
3107 OPENSSL_free(bindhost); in s_client_main()