nttimeval Struct Reference
Data Fields | |
| uint32_t | tv_sec |
| uint32_t | tv_usec |
Detailed Description
32bit struct timeval. Used because our HW is only 32bit PCAP compatible
- Examples:
- net/capfileconvert/capfileconvert_example.c, and pps/pps_example.c.
Definition at line 225 of file capfileconvert_example.c.
Field Documentation
| uint32_t nttimeval::tv_sec |
- Examples:
- net/capfileconvert/capfileconvert_example.c.
Definition at line 227 of file capfileconvert_example.c.
Referenced by _Convert().
| uint32_t nttimeval::tv_usec |
- Examples:
- net/capfileconvert/capfileconvert_example.c.
Definition at line 228 of file capfileconvert_example.c.
Referenced by _Convert().
The documentation for this struct was generated from the following files:
- examples/net/capfileconvert/capfileconvert_example.c
- examples/pps/pps_example.c