Home
last modified time | relevance | path

Searched refs:http_port (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/release/picobsd/tinyware/simple_httpd/
Dsimple_httpd.c51 int http_port = 80; variable
116 server.sin_port = htons(http_port); in init_servconnection()
122 if (verbose) printf("simple_httpd:%d\n",http_port); in init_servconnection()
409 http_port = atoi(optarg); in main()
426 if ((http_port == 80) && geteuid()) { in main()
427 http_port = 1080; in main()
450 printf("port: %d\n",http_port); in main()
/freebsd-10-stable/usr.sbin/bsdconfig/share/media/
Dhttp.subr356 local http_host http_port
358 f_getvar $VAR_HTTP_PORT http_port
380 f_quietly nc -nz "$host" "$http_port" || continue
385 "$http_host" "$http_port"
402 nc -n "$host" "$http_port"
405 "$http_host" "$http_port"
572 local http_host http_port
574 f_getvar $VAR_HTTP_PORT http_port
600 f_quietly nc -nz "$host" "$http_port" || continue
605 "$http_host" "$http_port"
[all …]
/freebsd-10-stable/contrib/wpa/src/wps/
Dwps_er.h88 int http_port; member
Dwps_er.c461 ap->er->ip_addr_text, ap->er->http_port, in wps_er_subscribe()
1323 er->http_port = http_server_get_port(er->http_srv); in wps_er_init()