Go to the source code of this file.
        Data Structures | 
    |
| struct | MAGIC | 
| struct | PACKETTYPE | 
| struct | PACKET_HEADER | 
| struct | FILEVERIFICATIONENTRY | 
| struct | FILEVERIFICATIONPACKET | 
| struct | FILEDESCRIPTIONPACKET | 
| struct | MAINPACKET | 
| struct | CREATORPACKET | 
| struct | RECOVERYBLOCKPACKET | 
        Defines | 
    |
| #define | PACKED __attribute__ ((packed)) | 
        Functions | 
    |
| bool | operator== (const MAGIC &left, const MAGIC &right) | 
| bool | operator!= (const MAGIC &left, const MAGIC &right) | 
| bool | operator== (const PACKETTYPE &left, const PACKETTYPE &right) | 
| bool | operator!= (const PACKETTYPE &left, const PACKETTYPE &right) | 
        Variables | 
    |
| struct MAGIC | PACKED | 
| MAGIC | packet_magic | 
| PACKETTYPE | fileverificationpacket_type | 
| PACKETTYPE | filedescriptionpacket_type | 
| PACKETTYPE | mainpacket_type | 
| PACKETTYPE | recoveryblockpacket_type | 
| PACKETTYPE | creatorpacket_type | 
| #define PACKED __attribute__ ((packed)) | 
Definition at line 46 of file par2fileformat.h.
| bool operator!= | ( | const PACKETTYPE & | left, | |
| const PACKETTYPE & | right | |||
| ) | [inline] | 
        
Definition at line 185 of file par2fileformat.h.
| bool operator!= | ( | const MAGIC & | left, | |
| const MAGIC & | right | |||
| ) | [inline] | 
        
Definition at line 175 of file par2fileformat.h.
| bool operator== | ( | const PACKETTYPE & | left, | |
| const PACKETTYPE & | right | |||
| ) | [inline] | 
        
Definition at line 180 of file par2fileformat.h.
| bool operator== | ( | const MAGIC & | left, | |
| const MAGIC & | right | |||
| ) | [inline] | 
        
Definition at line 170 of file par2fileformat.h.
| PACKETTYPE creatorpacket_type | 
Definition at line 78 of file par2check.c.
| PACKETTYPE filedescriptionpacket_type | 
Definition at line 75 of file par2check.c.
| PACKETTYPE fileverificationpacket_type | 
Definition at line 74 of file par2check.c.
| PACKETTYPE mainpacket_type | 
Definition at line 76 of file par2check.c.
| struct RECOVERYBLOCKPACKET PACKED | 
| MAGIC packet_magic | 
| PACKETTYPE recoveryblockpacket_type | 
Definition at line 77 of file par2check.c.