summaryrefslogtreecommitdiffstats
path: root/sys/scsi/iscsi.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use consistent idiom/naming convention for the the #includekrw2019-09-271-4/+4
| | | | guards. Spelunkers using grep are easily confused.
* Add some defines for the logout request and response and fix theclaudio2011-04-261-2/+13
| | | | | response struct (one of the reserved fields is actually the response). OK dlg@
* Fixup structures to be correct sizejordan2010-07-101-4/+12
| | | | ok claudio@
* More iscsi defines needed.claudio2009-08-271-1/+15
|
* Another change to make my life easier when parsing pdus.claudio2009-08-141-2/+7
|
* More changes to make the parsing of those evil messages a bit easier.claudio2009-08-131-5/+7
|
* Add more stuff change some fields to make the handling a bit easier.claudio2009-08-131-10/+29
| | | | OK dlg@
* actually follow rfc 3720, from Remco.dlg2009-03-231-3/+4
|
* definition of the iscsi wire protocol stuff.dlg2008-11-261-0/+510
ok deraadt@