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

/freebsd-10.2-release/usr.sbin/iscsid/
H A Ddiscovery.c50 struct iscsi_bhs_text_response *bhstr; local
57 bhstr = (struct iscsi_bhs_text_response *)response->pdu_bhs;
59 if ((bhstr->bhstr_flags & BHSTR_FLAGS_FINAL) == 0)
65 if ((bhstr->bhstr_flags & BHSTR_FLAGS_CONTINUE) != 0)
67 if (ntohl(bhstr->bhstr_statsn) != conn->conn_statsn + 1) {
69 "is %u, should be %u", ntohl(bhstr->bhstr_statsn),
72 conn->conn_statsn = ntohl(bhstr->bhstr_statsn);
81 struct iscsi_bhs_text_request *bhstr; local
84 bhstr = (struct iscsi_bhs_text_request *)request->pdu_bhs;
85 bhstr
[all...]
/freebsd-10.2-release/usr.sbin/ctld/
H A Ddiscovery.c50 struct iscsi_bhs_text_request *bhstr; local
58 bhstr = (struct iscsi_bhs_text_request *)request->pdu_bhs;
60 if ((bhstr->bhstr_flags & ISCSI_BHSTR_FLAGS_FINAL) == 0)
66 if ((bhstr->bhstr_flags & BHSTR_FLAGS_CONTINUE) != 0)
68 if (ISCSI_SNLT(ntohl(bhstr->bhstr_cmdsn), conn->conn_cmdsn)) {
70 "was %u, is %u", conn->conn_cmdsn, ntohl(bhstr->bhstr_cmdsn));
72 if (ntohl(bhstr->bhstr_expstatsn) != conn->conn_statsn) {
74 "is %u, should be %u", ntohl(bhstr->bhstr_expstatsn),
77 conn->conn_cmdsn = ntohl(bhstr->bhstr_cmdsn);
78 if ((bhstr
89 struct iscsi_bhs_text_request *bhstr; local
[all...]

Completed in 74 milliseconds