Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/net/wanboot/
H A Dboot_http.c86 #define HTTP_CONN_INFO 0x90919293 /* Identifies a http_conn_t struct */ macro
316 c_id->signature = HTTP_CONN_INFO; in http_srv_init()
1458 if (c_id == NULL || c_id->signature != HTTP_CONN_INFO) { in http_get_lasterr()
1745 if (c_id == NULL || c_id->signature != HTTP_CONN_INFO) in password_cb()
2829 if (c_id == NULL || c_id->signature != HTTP_CONN_INFO) { in http_check_conn()