API Reference Manual
1.46.0
odp_l3fwd_lpm.h
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright (c) 2016-2018 Linaro Limited
3
*/
4
7
#ifndef _ODP_L3FWD_LPM_H_
8
#define _ODP_L3FWD_LPM_H_
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
void
fib_tbl_init(
void
);
14
void
fib_tbl_insert(uint32_t ip,
int
port,
int
depth);
15
int
fib_tbl_lookup(uint32_t ip,
int
*port);
16
#ifdef __cplusplus
17
}
18
#endif
19
20
#endif
example
l3fwd
odp_l3fwd_lpm.h
Generated by
1.9.1