Home
last modified time | relevance | path

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

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