Searched refs:bhstr_statsn (Results 1 – 3 of 3) sorted by relevance
66 if (ntohl(bhstr->bhstr_statsn) != conn->conn_statsn + 1) { in text_receive()68 "is %u, should be %u", ntohl(bhstr->bhstr_statsn), in text_receive()71 conn->conn_statsn = ntohl(bhstr->bhstr_statsn); in text_receive()
103 bhstr2->bhstr_statsn = htonl(conn->conn_statsn++); in text_new_response()
269 uint32_t bhstr_statsn; member