FD.io VPP  v21.10.1-2-g0a485f517
Vector Packet Processing
arping.h File Reference
+ Include dependency graph for arping.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  arping6_ip6_reply_t
 
struct  arping_intf_t
 
struct  arping_main_t
 
struct  arping_args_t
 

Macros

#define ARPING_DEFAULT_INTERVAL   1.0
 
#define ARPING_DEFAULT_REPEAT   1
 

Typedefs

typedef struct arping6_ip6_reply_t arping6_ip6_reply_t
 
typedef struct arping_intf_t arping_intf_t
 
typedef struct arping_main_t arping_main_t
 
typedef struct arping_args_t arping_args_t
 

Functions

typedef CLIB_PACKED (union arping46_reply_ { ethernet_arp_ip4_over_ethernet_address_t from4;arping6_ip6_reply_t from6;}) arping46_reply_t
 
clib_error_tarping_plugin_api_hookup (vlib_main_t *vm)
 
void arping_run_command (vlib_main_t *vm, arping_args_t *args)
 

Variables

arping_main_t arping_main
 

Macro Definition Documentation

◆ ARPING_DEFAULT_INTERVAL

#define ARPING_DEFAULT_INTERVAL   1.0

Definition at line 21 of file arping.h.

◆ ARPING_DEFAULT_REPEAT

#define ARPING_DEFAULT_REPEAT   1

Definition at line 22 of file arping.h.

Typedef Documentation

◆ arping6_ip6_reply_t

◆ arping_args_t

typedef struct arping_args_t arping_args_t

◆ arping_intf_t

typedef struct arping_intf_t arping_intf_t

◆ arping_main_t

typedef struct arping_main_t arping_main_t

Function Documentation

◆ arping_plugin_api_hookup()

clib_error_t* arping_plugin_api_hookup ( vlib_main_t vm)

Definition at line 67 of file arping_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ arping_run_command()

void arping_run_command ( vlib_main_t vm,
arping_args_t args 
)

Definition at line 634 of file arping.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ CLIB_PACKED()

typedef CLIB_PACKED ( union arping46_reply_ { ethernet_arp_ip4_over_ethernet_address_t from4;arping6_ip6_reply_t from6;}  )

Variable Documentation

◆ arping_main

arping_main_t arping_main

Definition at line 26 of file arping.c.