/src/dist/pf/libexec/tftp-proxy/ |
tftp-proxy.c | 99 in_port_t bindport; local in function:main 167 bindport = ((struct sockaddr_in *)&s_in)->sin_port; 248 ((struct sockaddr_in *)&proxy)->sin_port = bindport;
|
/src/libexec/httpd/ |
daemon-bozo.c | 138 portnum = (httpd->bindport) ? httpd->bindport : "http";
|
ssl-bozo.c | 370 if (!httpd->bindport) 371 httpd->bindport = bozostrdup(httpd, NULL, BOZO_HTTPS_PORT);
|
bozohttpd.h | 112 char *bindport; /* bind port; default "http" */ member in struct:bozohttpd_t
|
bozohttpd.c | 673 if (httpd->bindport) { 674 if (strcmp(httpd->bindport, BOZO_HTTP_PORT) != 0) 675 port = httpd->bindport; 2593 httpd->bindport = bozostrdup(httpd, NULL, portnum); 2736 free(httpd->bindport);
|
/src/usr.sbin/syslogd/ |
syslogd.h | 402 char *bindport; /* port/service to bind to */ member in struct:tls_global_options_t
|
syslogd.c | 3086 FREEPTR(tls_opt.bindport); 3192 {"tls_bindport", &tls_opt.bindport}, 3682 tls_opt.bindhost, tls_opt.bindport, 3740 socksetup_tls(PF_UNSPEC, tls_opt.bindhost, tls_opt.bindport);
|