Searched refs:bindport (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/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() 184 bindport != NULL ? ":" : "", in init_client() 185 bindport != NULL ? bindport : ""); in init_client()
|
| /freebsd-14.2/contrib/pf/tftp-proxy/ |
| H A D | tftp-proxy.c | 88 in_port_t bindport; in main() local 147 bindport = ((struct sockaddr_in *)&s_in)->sin_port; in main() 221 ((struct sockaddr_in *)&proxy)->sin_port = bindport; in main()
|
| /freebsd-14.2/crypto/openssl/apps/include/ |
| H A D | s_apps.h | 34 const char *bindhost, const char *bindport,
|
| /freebsd-14.2/libexec/ftpd/ |
| H A D | ftpd.c | 264 const char *bindport = "ftp"; in main() local 358 bindport = optarg; in main() 455 ctl_sock = socksetup(family, bindname, bindport); in main() 3386 socksetup(int af, char *bindname, const char *bindport) in socksetup() argument 3396 error = getaddrinfo(bindname, bindport, &hints, &res); in socksetup()
|
| /freebsd-14.2/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() 3108 OPENSSL_free(bindport); in s_client_main()
|