netflow_example.c File Reference
Go to the source code of this file.
Data Structures | |
| struct | IPv6Header_s |
| struct | IPv4Header_s |
| struct | UDPHeader_s |
| struct | TCPHeader_s |
Macros | |
| #define | IP_DONT_FRAGMENT 0x4000 |
| #define | IP_MORE_FRAGMENTS 0x2000 |
| #define | ARRAY_SIZE(a) (sizeof((a))/sizeof(*(a))) |
Functions | |
| static void | DumpL4 (NtDyn1Descr_t *pDyn1) |
| static void | DumpIPv4 (NtDyn1Descr_t *pDyn1) |
| static void | DumpIPv6 (NtDyn1Descr_t *pDyn1) |
| int | main (int argc, char *argv[]) |
Macro Definition Documentation
| #define IP_DONT_FRAGMENT 0x4000 |
Definition at line 158 of file netflow_example.c.
| #define IP_MORE_FRAGMENTS 0x2000 |
Definition at line 159 of file netflow_example.c.
| #define ARRAY_SIZE | ( | a | ) | (sizeof((a))/sizeof(*(a))) |
Definition at line 197 of file netflow_example.c.
Referenced by main().
Function Documentation
|
static |
- Examples:
- net/netflow/netflow_example.c.
Definition at line 199 of file netflow_example.c.
Referenced by DumpIPv4(), and DumpIPv6().
|
static |
- Examples:
- net/netflow/netflow_example.c.
Definition at line 217 of file netflow_example.c.
Referenced by main().
|
static |
- Examples:
- net/netflow/netflow_example.c.
Definition at line 230 of file netflow_example.c.
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 247 of file netflow_example.c.