Searched defs:HTTP_CONN_INFO (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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;
1458 if (c_id == NULL || c_id->signature != HTTP_CONN_INFO) {
1745 if (c_id == NULL || c_id->signature != HTTP_CONN_INFO)
2829 if (c_id == NULL || c_id->signature != HTTP_CONN_INFO) {

Completed in 49 milliseconds