Home
last modified time | relevance | path

Searched refs:ISCSI_BHS_OPCODE_LOGIN_RESPONSE (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/iscsi/
Discsi_proto.h63 #define ISCSI_BHS_OPCODE_LOGIN_RESPONSE 0x23 macro
/freebsd-12-stable/usr.sbin/iscsid/
Dlogin.c228 if (response->pdu_bhs->bhs_opcode != ISCSI_BHS_OPCODE_LOGIN_RESPONSE) { in login_receive()
/freebsd-12-stable/usr.sbin/ctld/
Dlogin.c163 bhslr2->bhslr_opcode = ISCSI_BHS_OPCODE_LOGIN_RESPONSE; in login_new_response()