• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..12-Dec-2023-

common/H12-Dec-2023-290192

generic/H12-Dec-2023-1,431850

route/H12-Dec-2023-328186

MessageDefinition.cppH A D12-Dec-20232.6 KiB7343

MessageDefinition.hH A D12-Dec-20235.8 KiB20487

NetlinkProtocol.cppH A D12-Dec-20232 KiB6537

NetlinkProtocol.hH A D12-Dec-20231.7 KiB6327

READMEH A D12-Dec-2023583 97

all.cppH A D12-Dec-20231.4 KiB4722

all.hH A D12-Dec-2023983 325

structs.hH A D12-Dec-2023977 3413

README

1This folder contains message definitions for various protocols based on Netlink.
2
3The structure is as follows:
4protocols/*.(cpp|h)                - base definition classes and protocol definition lookup
5protocols/common/                  - common message types that apply to all protocols
6protocols/<proto>/<proto>.(cpp|h)  - protocol definition (usually just a list of message types)
7protocols/<proto>/*.(cpp|h)        - message definition that covers all message types with the same
8                                     header (T type in MessageDefinition template) and attributes
9