vlandemo_example.c

Reference Documentation

Platform
Intel® PAC
Napatech SmartNIC
Content Type
Reference Information
Capture Software Version
Link™ Capture Software 12.10
Napatech Software Suite: examples/net/vlandemo/vlandemo_example.c File Reference
vlandemo_example.c File Reference
#include <nt.h>
#include <arpa/inet.h>

Go to the source code of this file.

Macros

#define ENABLE_VLAN_TAGGING   1
 
#define DISCARD_BY_WIRELEN   1
 

Functions

static int Is4GATxSupported (uint8_t portNo)
 
int main (void)
 

Variables

static int running = 1
 

Macro Definition Documentation

#define ENABLE_VLAN_TAGGING   1

Definition at line 242 of file vlandemo_example.c.

#define DISCARD_BY_WIRELEN   1

Definition at line 244 of file vlandemo_example.c.

Function Documentation

static int Is4GATxSupported ( uint8_t  portNo)
static
Examples:
net/vlandemo/vlandemo_example.c.

Definition at line 257 of file vlandemo_example.c.

Referenced by main().

int main ( void  )

Definition at line 308 of file vlandemo_example.c.

Variable Documentation

int running = 1
static

Definition at line 247 of file vlandemo_example.c.

Referenced by main().