|
| inline.h |
|
| ip_prefix_search.h |
| Init context and prefix search.
|
|
| ipaddr.h |
| Structure to store both IPv4 and IPv6 addresses and associated functions.
|
|
| links.h |
| Definition of structures and functions for handling LINK_BIT_FIELD. Implementation is in unirec.c. It uses link mask (hexadecimal, 64bit long number) to determine which links are used and how they are used. It means, that one can use e.g. 9 links, which do not have to fill ones in LINK_BIT_FIELD on positions 1 - 9 necessary but on positions specified by link mask.
|
|
| macaddr.h |
| Structure to store MAC address and associated functions.
|
|
| unirec.h |
| Definition of UniRec structures and functions.
|
|
| unirec2csv.h |
| Definition of UniRec API to create CSV-like representation of UniRec data.
|
|
| ur_time.h |
| Types, macros and function for UniRec timestamp format.
|
|
| ur_values.c |
|
| ur_values.h |
|