Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/lib/isc/
H A Dhttpd.c76 #define HTTPD_FOUNDHOST 0x0002 /* Got a Host: header */ macro
501 httpd->flags |= HTTPD_FOUNDHOST; in process_request()
507 && ((httpd->flags & HTTPD_FOUNDHOST) == 0)) in process_request()