Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dhttpd.c196 const char *retmsg;
668 unsigned int *retcode, const char **retmsg, const char **mimetype, in httpd_newconn()
677 *retmsg = "No such URL"; in httpd_newconn()
689 unsigned int *retcode, const char **retmsg, const char **mimetype, in render_404()
698 *retmsg = "Internal server failure"; in render_404()
795 &req->retmsg, &req->mimetype, in prepare_response()
800 &req->retmsg, &req->mimetype, in prepare_response()
806 &req->retmsg, &req->mimetype, in prepare_response()
1007 req->retmsg); in isc_httpdmgr_shutdown()
171 const char *retmsg; global() member
688 render_404(const isc_httpd_t * httpd,const isc_httpdurl_t * urlinfo,void * arg,unsigned int * retcode,const char ** retmsg,const char ** mimetype,isc_buffer_t * b,isc_httpdfree_t ** freecb,void ** freecb_args) render_404() argument
709 render_500(const isc_httpd_t * httpd,const isc_httpdurl_t * urlinfo,void * arg,unsigned int * retcode,const char ** retmsg,const char ** mimetype,isc_buffer_t * b,isc_httpdfree_t ** freecb,void ** freecb_args) render_500() argument
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dhttpd.c120 const char *retmsg; member
818 const char **retmsg, const char **mimetype, isc_buffer_t *b, in render_404() argument
829 *retmsg = "No such URL"; in render_404()
842 const char **retmsg, const char **mimetype, isc_buffer_t *b, in render_500() argument
853 *retmsg = "Internal server failure"; in render_500()
1005 &httpd->retcode, &httpd->retmsg, &httpd->mimetype, in isc_httpd_recvdone()
1010 &httpd->retcode, &httpd->retmsg, in isc_httpd_recvdone()
1017 &httpd->retcode, &httpd->retmsg, &httpd->mimetype, in isc_httpd_recvdone()
1147 needlen += strlen(httpd->retmsg) + 2; /* return msg + CRLF */ in isc_httpd_response()
1158 httpd->retmsg)); in isc_httpd_response()
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dhttpd.h34 unsigned int *retcode, const char **retmsg, const char **mimetype,
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dtypes.h109 const char **retmsg, const char **mimetype, isc_buffer_t *body,
/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_vf.c341 u32 *retmsg, u16 size) in ixgbevf_write_msg_read_ack() argument
348 return ixgbe_poll_mbx(hw, retmsg, size, 0); in ixgbevf_write_msg_read_ack()