HomeSort by: relevance | last modified time | path
    Searched defs:bindport (Results 1 - 7 of 7) sorted by relevancy

  /src/dist/pf/libexec/tftp-proxy/
tftp-proxy.c 99 in_port_t bindport; local
167 bindport = ((struct sockaddr_in *)&s_in)->sin_port;
248 ((struct sockaddr_in *)&proxy)->sin_port = bindport;
  /src/external/bsd/unbound/dist/testcode/
delayer.c 958 service(const char* bind_str, int bindport, const char* serv_str,
1005 if(bindport == 0) {
1006 bindport = 1024 + ((int)arc4random())%64000;
1010 if(!ipstrtoaddr(bind_str, bindport, &bind_addr, &bind_len)) {
1018 bindport = 1024 + ((int)arc4random())%64000;
1043 printf("listening on port: %d\n", bindport);
1069 int bindport = 0; local
1103 bindport = atoi(optarg);
1117 bindto, bindport, server, delay);
1118 service(bindto, bindport, server, memsize, delay)
    [all...]
  /src/usr.sbin/syslogd/
syslogd.h 402 char *bindport; /* port/service to bind to */ member in struct:tls_global_options_t
  /src/libexec/httpd/
bozohttpd.h 112 char *bindport; /* bind port; default "http" */ member in struct:bozohttpd_t
  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 808 char *bindhost = NULL, *bindport = NULL; local
1567 res = BIO_parse_hostserv(bindstr, &bindhost, &bindport,
2017 if (init_client(&sock, host, port, bindhost, bindport, socket_family,
3108 OPENSSL_free(bindport);
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c 905 char *bindhost = NULL, *bindport = NULL; local
1621 res = BIO_parse_hostserv(bindstr, &bindhost, &bindport,
2062 if (init_client(&s, host, port, bindhost, bindport, socket_family,
3166 OPENSSL_free(bindport);
  /src/crypto/external/apache2/openssl/dist/apps/
s_client.c 955 char *bindhost = NULL, *bindport = NULL; local
1773 res = BIO_parse_hostserv(bindstr, &bindhost, &bindport,
2262 if (init_client(&sock, host, port, bindhost, bindport, socket_family,
3402 OPENSSL_free(bindport);

Completed in 111 milliseconds