FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
api_types.hpp File Reference
+ Include dependency graph for api_types.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 VOM
 The VPP Object Model (VOM) library.
 

Typedefs

typedef boost::asio::ip::address VOM::ip_address_t
 

Functions

vapi_type_address VOM::to_api (const ip_address_t &a)
 
ip_address_t VOM::from_api (const vapi_type_address &v)
 
vapi_type_mac_address VOM::to_api (const mac_address_t &a)
 
mac_address_t VOM::from_api (const vapi_type_mac_address &v)
 
route::prefix_t VOM::from_api (const vapi_type_prefix &v)
 
vapi_type_prefix VOM::to_api (const route::prefix_t &p)