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

/freebsd-12-stable/usr.sbin/nfsd/
H A Dnfsd.c124 static int setbindhost(struct addrinfo **ia, const char *bindhost,
176 char **bindhost = NULL; local
213 bindhost = realloc(bindhost,sizeof(char *)*bindhostc);
214 if (bindhost == NULL)
216 bindhost[bindhostc-1] = strdup(optarg);
217 if (bindhost[bindhostc-1] == NULL)
302 bindhost = realloc(bindhost,sizeof(char *)*bindhostc);
303 if (bindhost
853 setbindhost(struct addrinfo **ai, const char *bindhost, struct addrinfo hints) argument
[all...]
/freebsd-12-stable/crypto/openssl/apps/
H A Ds_socket.c46 * @bindhost: source host or path (for AF_UNIX).
63 const char *bindhost, const char *bindport,
83 if (bindhost != NULL || bindport != NULL) {
84 ret = BIO_lookup_ex(bindhost, bindport, BIO_LOOKUP_CLIENT,
166 bindhost != NULL ? bindhost : "",
62 init_client(int *sock, const char *host, const char *port, const char *bindhost, const char *bindport, int family, int type, int protocol) argument
H A Ds_apps.h32 const char *bindhost, const char *bindport,
H A Ds_client.c905 char *bindhost = NULL, *bindport = NULL; local
1611 res = BIO_parse_hostserv(bindstr, &bindhost, &bindport,
2052 if (init_client(&s, host, port, bindhost, bindport, socket_family,

Completed in 88 milliseconds