//! This module defines the structures for iSCSI Login PDUs.
//! It includes submodules for common definitions, requests, responses, and
//! status codes.
// SPDX-License-Identifier: AGPL-3.0-or-later
// Copyright (C) 2012-2025 Andrei Maltsev
/// Defines common structures and enums for iSCSI Login PDUs.
/// Defines the structures for iSCSI Login Request PDUs.
/// Defines the structures for iSCSI Login Response PDUs.
/// Defines the status codes for iSCSI Login Response PDUs.