Subversion Repositories HelenOS

Rev

Rev 4307 | Rev 4505 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4307 Rev 4395
Line 67... Line 67...
67
    /** Total length of the packet.
67
    /** Total length of the packet.
68
     *  Contains the header, the addresses and the data of the packet.
68
     *  Contains the header, the addresses and the data of the packet.
69
     *  Corresponds to the mapped sharable memory block.
69
     *  Corresponds to the mapped sharable memory block.
70
     */
70
     */
71
    size_t          length;
71
    size_t          length;
72
    /** Source and destination addresses length.
72
    /** Stored source and destination addresses length.
73
     */
73
     */
74
    size_t          addr_len;
74
    size_t          addr_len;
75
    /** Souce address offset in bytes from the beginning of the packet header.
75
    /** Souce address offset in bytes from the beginning of the packet header.
76
     */
76
     */
77
    size_t          src_addr;
77
    size_t          src_addr;