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

/freebsd-10-stable/usr.sbin/iscsid/
H A Ddiscovery.c47 struct iscsi_bhs_text_response *bhstr; local
54 bhstr = (struct iscsi_bhs_text_response *)response->pdu_bhs;
56 if ((bhstr->bhstr_flags & BHSTR_FLAGS_FINAL) == 0)
62 if ((bhstr->bhstr_flags & BHSTR_FLAGS_CONTINUE) != 0)
64 if (ntohl(bhstr->bhstr_statsn) != conn->conn_statsn + 1) {
66 "is %u, should be %u", ntohl(bhstr->bhstr_statsn),
69 conn->conn_statsn = ntohl(bhstr->bhstr_statsn);
78 struct iscsi_bhs_text_request *bhstr; local
81 bhstr = (struct iscsi_bhs_text_request *)request->pdu_bhs;
82 bhstr
[all...]
/freebsd-10-stable/usr.sbin/ctld/
H A Ddiscovery.c49 struct iscsi_bhs_text_request *bhstr; local
57 bhstr = (struct iscsi_bhs_text_request *)request->pdu_bhs;
59 if ((bhstr->bhstr_flags & ISCSI_BHSTR_FLAGS_FINAL) == 0)
65 if ((bhstr->bhstr_flags & BHSTR_FLAGS_CONTINUE) != 0)
67 if (ISCSI_SNLT(ntohl(bhstr->bhstr_cmdsn), conn->conn_cmdsn)) {
69 "was %u, is %u", conn->conn_cmdsn, ntohl(bhstr->bhstr_cmdsn));
71 if (ntohl(bhstr->bhstr_expstatsn) != conn->conn_statsn) {
73 "is %u, should be %u", ntohl(bhstr->bhstr_expstatsn),
76 conn->conn_cmdsn = ntohl(bhstr->bhstr_cmdsn);
77 if ((bhstr
88 struct iscsi_bhs_text_request *bhstr; local
[all...]

Completed in 84 milliseconds