FD.io VPP  v19.01.1-17-ge106252
Vector Packet Processing
api_types.cpp File Reference
+ Include dependency graph for api_types.cpp:

Go to the source code of this file.

Namespaces

 VOM
 The VPP Object Model (VOM) library.
 

Functions

void VOM::to_api (const ip_address_t &a, vapi_type_address &v)
 
void VOM::to_api (const ip_address_t &a, vapi_union_address_union &u, vapi_enum_address_family &af)
 
void VOM::to_api (const boost::asio::ip::address &a, vapi_type_ip4_address &v)
 
ip_address_t VOM::from_api (const vapi_type_address &v)
 
ip_address_t VOM::from_api (const vapi_union_address_union &u, vapi_enum_address_family af)
 
void VOM::to_api (const mac_address_t &a, vapi_type_mac_address &v)
 
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)
 
route::mprefix_t VOM::from_api (const vapi_type_mprefix &v)
 
vapi_type_mprefix VOM::to_api (const route::mprefix_t &p)