summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/crc32.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: Move CRC32 implementation to librarydimitri staessens2017-01-141-82/+0
| | | | The CRC32 implementation will be used to ID objects in the RIB.
* build: Update licenses and copyrightdimitri staessens2017-01-091-1/+1
| | | | | Copyright is set to 2016 - 2017. License text on includes and sources in the library are changed to indicate the LGPLv2.1 license.
* ouroboros: Correct license statementsdimitri staessens2016-12-241-3/+2
| | | | | This corrects the license statements on all files. Installed headers are LGPLv2.1, the rest of the code is GPLv2.
* ipcpd: normal: Fix crapped up indentationSander Vrijders2016-09-071-48/+48
| | | | There was some crapped up indentation in the crc32 source file.
* ipcpd: normal: Add operations to get and set the PCISander Vrijders2016-09-071-0/+83
This adds the operations needed in the normal IPCP to get and set the Protocol Control Information. It allows to allocate or release space in the current DU. The struct pci can be serialized into newly allocate space. Vice versa, a struct pci can be deserialized given a DU. It allows for decreasing the TTL in the DU and for calculating the CRC32. The TTL and CRC32 can now be selected when creating a new DIF.