Searched refs:isc_httpd_addheader (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ntp/lib/isc/include/isc/
H A Dhttpd.h56 isc_httpd_addheader(isc_httpd_t *httpd, const char *name,
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dhttpd.c739 isc_httpd_addheader(httpd, "Content-Type", httpd->mimetype);
740 isc_httpd_addheader(httpd, "Date", datebuf);
741 isc_httpd_addheader(httpd, "Expires", datebuf);
742 isc_httpd_addheader(httpd, "Last-Modified", datebuf);
743 isc_httpd_addheader(httpd, "Pragma: no-cache", NULL);
744 isc_httpd_addheader(httpd, "Cache-Control: no-cache", NULL);
745 isc_httpd_addheader(httpd, "Server: libisc", NULL);
842 isc_httpd_addheader(isc_httpd_t *httpd, const char *name, function

Completed in 42 milliseconds