Home
last modified time | relevance | path

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

/freebsd/lib/libiscsiutil/
H A Dtext.c116 bhstr2->bhstr_statsn = htonl(conn->conn_statsn++); in text_new_response()
155 if (ntohl(bhstr->bhstr_statsn) != conn->conn_statsn + 1) { in text_receive_response()
157 "is %u, should be %u", ntohl(bhstr->bhstr_statsn), in text_receive_response()
160 conn->conn_statsn = ntohl(bhstr->bhstr_statsn); in text_receive_response()
/freebsd/sys/dev/iscsi/
H A Discsi_proto.h266 uint32_t bhstr_statsn; member