Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/net/wanboot/
H A Dboot_http.h125 int http_srv_disconnect(http_handle_t);
H A Dbootlog.c263 (void) http_srv_disconnect(bl_httphandle); in send_http()
592 (void) http_srv_disconnect(handle); in setup_con()
H A Dboot_http.c1344 http_srv_disconnect(http_handle_t handle) in http_srv_disconnect() function
1384 err_ret = http_srv_disconnect(handle); in http_srv_close()
/titanic_44/usr/src/lib/libwanboot/common/
H A Dmapfile-vers81 http_srv_disconnect;
/titanic_44/usr/src/lib/libpkg/common/
H A Dpkgweb.c706 if (http_srv_disconnect(ps->hps) == 0) in web_disconnect()