Searched refs:BOZO_HTTP_PORT (Results 1 – 2 of 2) sorted by relevance
261 #define BOZO_HTTP_PORT "80" macro
674 if (strcmp(httpd->bindport, BOZO_HTTP_PORT) != 0) in bozo_read_request()1122 const char *defport = httpd->sslinfo ? BOZO_HTTPS_PORT : BOZO_HTTP_PORT; in handle_redirect()1357 strcmp(request->hr_host + len - 3, ":" BOZO_HTTP_PORT) == 0) { in check_virtual()2247 strcmp(request->hr_serverport, BOZO_HTTP_PORT) != 0) in bozo_http_error()