FD.io VPP  v16.12-rc0-308-g931be3a
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  vss_id
 
union  vss_info
 
struct  dhcp_server_t
 
struct  dhcp_proxy_main_t
 

Macros

#define dhcp_proxy_error(n, s)   DHCP_PROXY_ERROR_##n,
 

Enumerations

enum  dhcp_proxy_error_t { dhcp_proxy_error, dhcp_proxy_error }
 

Functions

int dhcp_proxy_set_server (ip4_address_t *addr, ip4_address_t *src_address, u32 fib_id, int insert_option_82, int is_del)
 
int dhcp_proxy_set_server_2 (ip4_address_t *addr, ip4_address_t *src_address, u32 rx_fib_id, u32 server_fib_id, int insert_option_82, int is_del)
 
int dhcp_proxy_set_option82_vss (u32 vrf_id, u32 oui, u32 fib_id, int is_del)
 

Variables

dhcp_proxy_main_t dhcp_proxy_main
 

Macro Definition Documentation

#define dhcp_proxy_error (   n,
 
)    DHCP_PROXY_ERROR_##n,

Definition at line 33 of file proxy.h.

Enumeration Type Documentation

Enumerator
dhcp_proxy_error 
dhcp_proxy_error 

Definition at line 32 of file proxy.h.

Function Documentation

int dhcp_proxy_set_option82_vss ( u32  vrf_id,
u32  oui,
u32  fib_id,
int  is_del 
)

Definition at line 930 of file proxy_node.c.

+ Here is the caller graph for this function:

int dhcp_proxy_set_server ( ip4_address_t addr,
ip4_address_t src_address,
u32  fib_id,
int  insert_option_82,
int  is_del 
)

Definition at line 776 of file proxy_node.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int dhcp_proxy_set_server_2 ( ip4_address_t addr,
ip4_address_t src_address,
u32  rx_fib_id,
u32  server_fib_id,
int  insert_option_82,
int  is_del 
)

Definition at line 697 of file proxy_node.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

dhcp_proxy_main_t dhcp_proxy_main

Definition at line 78 of file proxy.h.