Searched refs:bhstr (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/usr.sbin/iscsid/
H A Ddiscovery.c49 struct iscsi_bhs_text_response *bhstr; local
56 bhstr = (struct iscsi_bhs_text_response *)response->pdu_bhs;
58 if ((bhstr->bhstr_flags & BHSTR_FLAGS_FINAL) == 0)
64 if ((bhstr->bhstr_flags & BHSTR_FLAGS_CONTINUE) != 0)
66 if (ntohl(bhstr->bhstr_statsn) != conn->conn_statsn + 1) {
68 "is %u, should be %u", ntohl(bhstr->bhstr_statsn),
71 conn->conn_statsn = ntohl(bhstr->bhstr_statsn);
80 struct iscsi_bhs_text_request *bhstr; local
83 bhstr = (struct iscsi_bhs_text_request *)request->pdu_bhs;
84 bhstr
[all...]
/freebsd-12-stable/usr.sbin/ctld/
H A Ddiscovery.c51 struct iscsi_bhs_text_request *bhstr; local
59 bhstr = (struct iscsi_bhs_text_request *)request->pdu_bhs;
61 if ((bhstr->bhstr_flags & ISCSI_BHSTR_FLAGS_FINAL) == 0)
67 if ((bhstr->bhstr_flags & BHSTR_FLAGS_CONTINUE) != 0)
69 if (ISCSI_SNLT(ntohl(bhstr->bhstr_cmdsn), conn->conn_cmdsn)) {
71 "was %u, is %u", conn->conn_cmdsn, ntohl(bhstr->bhstr_cmdsn));
73 if (ntohl(bhstr->bhstr_expstatsn) != conn->conn_statsn) {
75 "is %u, should be %u", ntohl(bhstr->bhstr_expstatsn),
78 conn->conn_cmdsn = ntohl(bhstr->bhstr_cmdsn);
79 if ((bhstr
90 struct iscsi_bhs_text_request *bhstr; local
[all...]

Completed in 110 milliseconds