Home
last modified time | relevance | path

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

/titanic_41/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c657 (void) http_srv_close(*handlep); in establish_http_connection()
671 (void) http_srv_close(*handlep); in establish_http_connection()
694 (void) http_srv_close(*handlep); in establish_http_connection()
702 (void) http_srv_close(*handlep); in establish_http_connection()
715 (void) http_srv_close(*handlep); in establish_http_connection()
726 (void) http_srv_close(*handlep); in establish_http_connection()
738 (void) http_srv_close(*handlep); in establish_http_connection()
754 (void) http_srv_close(*handlep); in establish_http_connection()
764 (void) http_srv_close(*handlep); in establish_http_connection()
775 (void) http_srv_close(*handlep); in establish_http_connection()
[all …]
/titanic_41/usr/src/common/net/wanboot/
H A Dboot_http.h126 int http_srv_close(http_handle_t);
H A Dboot_http.c1375 http_srv_close(http_handle_t handle) in http_srv_close() function
/titanic_41/usr/src/lib/libwanboot/common/
H A Dmapfile-vers79 http_srv_close;
/titanic_41/usr/src/lib/libpkg/common/
H A Dpkgweb.c707 if (http_srv_close(ps->hps) == 0) in web_disconnect()