Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsdconfig/share/media/
H A Dhttp.subr354 local http_host http_port
356 f_getvar $VAR_HTTP_PORT http_port
378 f_quietly nc -nz "$host" "$http_port" || continue
383 "$http_host" "$http_port"
400 nc -n "$host" "$http_port"
403 "$http_host" "$http_port"
570 local http_host http_port
572 f_getvar $VAR_HTTP_PORT http_port
598 f_quietly nc -nz "$host" "$http_port" || continue
603 "$http_host" "$http_port"
[all …]
/freebsd/contrib/wpa/src/wps/
H A Dwps_er.h89 int http_port; member
H A Dwps_er.c461 ap->er->ip_addr_text, ap->er->http_port, in wps_er_subscribe()
1321 er->http_port = http_server_get_port(er->http_srv); in wps_er_init()