FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
proxy.h File Reference
+ Include dependency graph for proxy.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  dhcpv6_vss_id
 
union  dhcpv6_vss_info
 
struct  dhcpv6_server_t
 
struct  dhcpv6_proxy_main_t
 

Macros

#define dhcpv6_proxy_error(n, s)   DHCPV6_PROXY_ERROR_##n,
 

Enumerations

enum  dhcpv6_proxy_error_t { dhcpv6_proxy_error, dhcpv6_proxy_error }
 

Functions

int dhcpv6_proxy_set_server (ip6_address_t *addr, ip6_address_t *src_address, u32 fib_id, int insert_vss, int is_del)
 
int dhcpv6_proxy_set_vss (u32 tbl_id, u32 oui, u32 fib_id, int is_del)
 
int dhcpv6_proxy_set_server_2 (ip6_address_t *addr, ip6_address_t *src_address, u32 rx_fib_id, u32 server_fib_id, int insert_vss, int is_del)
 

Variables

dhcpv6_proxy_main_t dhcpv6_proxy_main
 

Macro Definition Documentation

#define dhcpv6_proxy_error (   n,
 
)    DHCPV6_PROXY_ERROR_##n,

Definition at line 32 of file proxy.h.

Enumeration Type Documentation

Enumerator
dhcpv6_proxy_error 
dhcpv6_proxy_error 

Definition at line 31 of file proxy.h.

Function Documentation

int dhcpv6_proxy_set_server ( ip6_address_t addr,
ip6_address_t src_address,
u32  fib_id,
int  insert_vss,
int  is_del 
)

Definition at line 805 of file proxy_node.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int dhcpv6_proxy_set_server_2 ( ip6_address_t addr,
ip6_address_t src_address,
u32  rx_fib_id,
u32  server_fib_id,
int  insert_vss,
int  is_del 
)

Definition at line 813 of file proxy_node.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int dhcpv6_proxy_set_vss ( u32  tbl_id,
u32  oui,
u32  fib_id,
int  is_del 
)

Definition at line 1012 of file proxy_node.c.

+ Here is the caller graph for this function:

Variable Documentation

dhcpv6_proxy_main_t dhcpv6_proxy_main

Definition at line 80 of file proxy.h.