![]() |
FD.io VPP
v19.01.1-17-ge106252
Vector Packet Processing
|
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 | |
| void | VOM::to_api (const ip_address_t &a, vapi_type_address &v) |
| void | VOM::to_api (const boost::asio::ip::address &a, vapi_type_ip4_address &v) |
| void | VOM::to_api (const ip_address_t &a, vapi_union_address_union &u, vapi_enum_address_family &af) |
| ip_address_t | VOM::from_api (const vapi_type_address &v) |
| ip_address_t | VOM::from_api (const vapi_type_ip4_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) |
| route::mprefix_t | VOM::from_api (const vapi_type_mprefix &v) |
| vapi_type_prefix | VOM::to_api (const route::prefix_t &p) |
| vapi_type_mprefix | VOM::to_api (const route::mprefix_t &p) |