#include <nt.h>#include <unistd.h>#include <signal.h>#include <stdatomic.h>#include <stdlib.h>#include <stdio.h>#include <limits.h>#include <time.h>#include <string.h>#include <argparse.h>Go to the source code of this file.
Functions | |
| static void | StopApplication (int sig) |
| int | main (int argc, const char *argv[]) |
Variables | |
| static const char * | usageText [] |
| static atomic_int | appRunning = 1 |
| static int | adapterNo = -1 |
| static int | portNo = -1 |
| static int | watchdogTimeoutMsec = -1 |
| static int | watchdogDelayMsec = -1 |
| struct argparse_option | arg_options [] |
Function Documentation
|
static |
- Examples:
- bypass/watchdog/bypass_watchdog_example.c, net/capfileconvert/capfileconvert_example.c, net/capture/capture_example.c, net/inline/inline_example.c, net/ipfdemo/ipfdemo_example.c, net/segment_inline/segment_inline_example.c, net/timestamp_inject/timestamp_inject_example.cpp, net/transmit_multifunction/transmit_multifunction_example.c, net/vlandemo/vlandemo_example.c, pps/pps_example.c, and statUsage/statUsage_example.c.
Definition at line 158 of file bypass_watchdog_example.c.
Referenced by main().
| int main | ( | int | argc, |
| const char * | argv[] | ||
| ) |
Definition at line 168 of file bypass_watchdog_example.c.
Variable Documentation
|
static |
- Examples:
- bypass/watchdog/bypass_watchdog_example.c, net/capfileconvert/capfileconvert_example.c, net/ipfdemo/ipfdemo_example.c, net/readcapfile/readcapfile_example.c, net/replayfilewithtimestampinject/replayfilewithtimestampinject_example.c, net/transmit_multifunction/transmit_multifunction_example.c, and statUsage/statUsage_example.c.
Definition at line 118 of file bypass_watchdog_example.c.
Referenced by main().
|
static |
- Examples:
- bypass/watchdog/bypass_watchdog_example.c, net/capfileconvert/capfileconvert_example.c, net/capture/capture_example.c, net/inline/inline_example.c, net/ipfdemo/ipfdemo_example.c, net/segment_inline/segment_inline_example.c, net/timestamp_inject/timestamp_inject_example.cpp, net/transmit_multifunction/transmit_multifunction_example.c, net/vlandemo/vlandemo_example.c, pps/pps_example.c, and statUsage/statUsage_example.c.
Definition at line 127 of file bypass_watchdog_example.c.
Referenced by main(), and StopApplication().
|
static |
- Examples:
- bypass/watchdog/bypass_watchdog_example.c, info/info_example.c, net/inline/inline_example.c, net/ipfdemo/ipfdemo_example.c, net/replay/replay_example.c, net/replay4GA/replay4ga_example.c, net/transmit_multifunction/transmit_multifunction_example.c, net/transmit_segment/transmit_segment_example.c, and net/vlandemo/vlandemo_example.c.
Definition at line 130 of file bypass_watchdog_example.c.
Referenced by _Is4GATxSupported(), Is4GATxSupported(), main(), and showProductInfo().
|
static |
Definition at line 131 of file bypass_watchdog_example.c.
Referenced by Is4GATxSupported(), and main().
|
static |
- Examples:
- bypass/watchdog/bypass_watchdog_example.c.
Definition at line 132 of file bypass_watchdog_example.c.
Referenced by main().
|
static |
- Examples:
- bypass/watchdog/bypass_watchdog_example.c.
Definition at line 133 of file bypass_watchdog_example.c.
Referenced by main().
| struct argparse_option arg_options[] |
Table of valid options.
Definition at line 138 of file bypass_watchdog_example.c.