FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
ip6_neighbor.h File Reference
+ Include dependency graph for ip6_neighbor.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void ip6_neighbor_advertise (vlib_main_t *vm, vnet_main_t *vnm, u32 sw_if_index, const ip6_address_t *addr)
 
void ip6_neighbor_probe_dst (const ip_adjacency_t *adj, const ip6_address_t *dst)
 
static vlib_buffer_tip6_neighbor_probe (vlib_main_t *vm, vnet_main_t *vnm, const ip_adjacency_t *adj, const ip6_address_t *src, const ip6_address_t *dst)
 

Variables

vlib_packet_template_t ip6_neighbor_packet_template
 

Function Documentation

◆ ip6_neighbor_advertise()

void ip6_neighbor_advertise ( vlib_main_t vm,
vnet_main_t vnm,
u32  sw_if_index,
const ip6_address_t addr 
)

Definition at line 36 of file ip6_neighbor.c.

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

◆ ip6_neighbor_probe()

static vlib_buffer_t* ip6_neighbor_probe ( vlib_main_t vm,
vnet_main_t vnm,
const ip_adjacency_t adj,
const ip6_address_t src,
const ip6_address_t dst 
)
inlinestatic

Definition at line 41 of file ip6_neighbor.h.

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

◆ ip6_neighbor_probe_dst()

void ip6_neighbor_probe_dst ( const ip_adjacency_t adj,
const ip6_address_t dst 
)

Definition at line 21 of file ip6_neighbor.c.

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

Variable Documentation

◆ ip6_neighbor_packet_template

vlib_packet_template_t ip6_neighbor_packet_template

Definition at line 296 of file ip6_neighbor.c.