FD.io VPP  v21.06-3-gbb25fbf28
Vector Packet Processing
interface_types_api.h
Go to the documentation of this file.
1 /* Hey Emacs use -*- mode: C -*- */
2 /*
3  * Copyright (c) 2020 Cisco and/or its affiliates.
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at:
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 
17 #ifndef __INTERFACE_TYPES_API_H__
18 #define __INTERFACE_TYPES_API_H__
19 
20 #include <vnet/vnet.h>
21 #include <vlibapi/api_types.h>
22 
23 #include <vnet/interface.api_types.h>
24 
25 extern int direction_decode (vl_api_direction_t _dir, vlib_dir_t * out);
26 extern vl_api_direction_t direction_encode (vlib_dir_t dir);
27 
28 #endif
29 
30 /*
31  * fd.io coding-style-patch-verification: ON
32  *
33  * Local Variables:
34  * eval: (c-set-style "gnu")
35  * End:
36  */
direction_decode
int direction_decode(vl_api_direction_t _dir, vlib_dir_t *out)
Definition: interface_types_api.c:23
api_types.h
vlib_rx_or_tx_t
vlib_rx_or_tx_t
Definition: defs.h:44
direction_encode
vl_api_direction_t direction_encode(vlib_dir_t dir)
Definition: interface_types_api.c:38
vnet.h