Home
last modified time | relevance | path

Searched refs:reqhost (Results 1 – 6 of 6) sorted by relevance

/dports/security/fwanalog/fwanalog-0.6.9/
H A Dfwanalog.sh663 reqhost="\$9" # The analog "request" contains the source ip
715 reqhost="\$7" # The analog "request" contains the source ip
778 reqhost="\$6" # The analog "request" contains the source ip
836 reqhost="\$6" # The analog "request" contains the source ip
891 reqhost="\$4" # The analog "request" contains the source ip
940 reqhost="\$8" # The analog "request" contains the source ip
1033 reqhost="\$6" # The analog "request" contains the source ip
1035 reqhost="firewall" # The analog "request" contains this string
1095 reqhost="\$5" # The analog "request" contains the source ip
1327 reqhost="\$8" # The analog "request" contains the source ip
[all …]
/dports/net/dante/dante-1.4.3/sockd/
H A Dgetoutaddr.c109 const sockshost_t *reqhost;
137 else if (reqhost->atype == SOCKS_ADDR_IPV4
138 || reqhost->atype == SOCKS_ADDR_IPV6)
139 sockshost2sockaddr(reqhost, &raddr);
547 get_external_safamily(client, command, reqhost) in get_external_safamily() argument
550 const sockshost_t *reqhost;
558 switch (reqhost->atype) {
567 sockshost2sockaddr(reqhost, &p);
577 SERRX(reqhost->atype);
584 sockshost2sockaddr(reqhost, &p);
[all …]
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/http/
H A Dhttp.cc222 lcb_host_t reqhost = {"", "", 0}; in submit() local
227 if (host.size() > sizeof reqhost.host || port.size() > sizeof reqhost.port) { in submit()
234 strncpy(reqhost.host, host.c_str(), host.size()); in submit()
235 strncpy(reqhost.port, port.c_str(), port.size()); in submit()
236 reqhost.host[host.size()] = '\0'; in submit()
237 reqhost.port[port.size()] = '\0'; in submit()
238 reqhost.ipv6 = ipv6; in submit()
271 rc = start_io(reqhost); in submit()
/dports/www/thttpd/thttpd-2.29/
H A Dlibhttpd.c1379 hc->hostname = hc->reqhost; in vhost_map()
1757 hc->reqhost[0] = '\0'; in httpd_get_conn()
1960 char* reqhost; in httpd_parse_request() local
2004 reqhost = url + 7; in httpd_parse_request()
2005 url = strchr( reqhost, '/' ); in httpd_parse_request()
2012 if ( strchr( reqhost, '/' ) != (char*) 0 || reqhost[0] == '.' ) in httpd_parse_request()
2017 httpd_realloc_str( &hc->reqhost, &hc->maxreqhost, strlen( reqhost ) ); in httpd_parse_request()
2018 (void) strcpy( hc->reqhost, reqhost ); in httpd_parse_request()
2515 free( (void*) hc->reqhost ); in httpd_destroy_conn()
3081 else if ( hc->reqhost != (char*) 0 && hc->reqhost[0] != '\0' ) in make_envp()
[all …]
H A Dlibhttpd.h120 char* reqhost; member
/dports/shells/zsh/zsh-5.8.1/Completion/Solaris/Command/
H A D_ipadm116 "reqhost:value:_ipadm_get_possible_values"