FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
Go to the source code of this file.
Namespaces | |
VOM | |
The VPP Object Model (VOM) library. | |
Functions | |
static vapi_type_ip4_address | VOM::to_api (const boost::asio::ip::address_v4 &a) |
static vapi_type_ip6_address | VOM::to_api (const boost::asio::ip::address_v6 &a) |
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) |