Go to the source code of this file.
Data Structures | |
| struct | pcap_timespec_s |
Macros | |
| #define | ONEMBIT (1000000ULL) |
Functions | |
| static void | StopApplication (int sig) |
| static uint64_t | convertToUnixNsTs (const struct NtConfigTimestampReadData_s *data) |
| int | main (int argc, const char **argv) |
Variables | |
| static const char * | usageText [] |
| static int | opt_port = 0 |
| static char * | opt_filename |
| static int | opt_num_repetitions = 1 |
| static int | opt_scale = 100 |
| static atomic_int | appRunning = 1 |
| struct argparse_option | arg_options [] |
Macro Definition Documentation
| #define ONEMBIT (1000000ULL) |
Definition at line 59 of file replay4ga_loop_example.c.
Referenced by main().
Function Documentation
|
static |
The function called when user is pressing CTRL-C
Definition at line 101 of file replay4ga_loop_example.c.
Referenced by main().
|
static |
Definition at line 121 of file replay4ga_loop_example.c.
Referenced by main().
| int main | ( | int | argc, |
| const char ** | argv | ||
| ) |
Definition at line 137 of file replay4ga_loop_example.c.
Variable Documentation
|
static |
Print command line info
Definition at line 64 of file replay4ga_loop_example.c.
Referenced by main().
|
static |
Definition at line 71 of file replay4ga_loop_example.c.
Referenced by main().
|
static |
Definition at line 72 of file replay4ga_loop_example.c.
Referenced by main().
|
static |
Definition at line 73 of file replay4ga_loop_example.c.
Referenced by main().
|
static |
Definition at line 74 of file replay4ga_loop_example.c.
Referenced by main().
|
static |
Definition at line 79 of file replay4ga_loop_example.c.
Referenced by main(), and StopApplication().
| struct argparse_option arg_options[] |
Table of valid options.
Definition at line 85 of file replay4ga_loop_example.c.