Searched refs:bindhost (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/nfsd/ |
H A D | nfsd.c | 111 static int setbindhost(struct addrinfo **ia, const char *bindhost, 163 char **bindhost = NULL; in main() local 200 bindhost = realloc(bindhost,sizeof(char *)*bindhostc); in main() 201 if (bindhost == NULL) in main() 203 bindhost[bindhostc-1] = strdup(optarg); in main() 204 if (bindhost[bindhostc-1] == NULL) in main() 292 bindhost = realloc(bindhost,sizeof(char *)*bindhostc); in main() 293 if (bindhost == NULL) in main() 295 bindhost[bindhostc-1] = strdup("*"); in main() 296 if (bindhost[bindhostc-1] == NULL) in main() [all …]
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | s_socket.c | 78 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/crypto/openssl/apps/include/ |
H A D | s_apps.h | 34 const char *bindhost, const char *bindport,
|
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 808 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()
|