FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
ip6_neighbor.h
Go to the documentation of this file.
1 /*
2  *
3  * ip6_neighboor.h: ip6 neighbor structures
4  *
5  * Copyright (c) 2016 Cisco and/or its affiliates.
6  * Licensed under the Apache License, Version 2.0 (the "License");
7  * you may not use this file except in compliance with the License.
8  * You may obtain a copy of the License at:
9  *
10  * http://www.apache.org/licenses/LICENSE-2.0
11  *
12  * Unless required by applicable law or agreed to in writing, software
13  * distributed under the License is distributed on an "AS IS" BASIS,
14  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  * See the License for the specific language governing permissions and
16  * limitations under the License.
17  */
18 
19 #ifndef included_ip6_neighbor_h
20 #define included_ip6_neighbor_h
21 
22 #include <vnet/fib/fib_types.h>
23 
24 typedef struct
25 {
30 
31 typedef struct
32 {
34  u8 link_layer_address[8];
36 #define IP6_NEIGHBOR_FLAG_STATIC (1 << 0)
37 #define IP6_NEIGHBOR_FLAG_DYNAMIC (2 << 0)
41 
43 
44 #endif /* included_ip6_neighbor_h */
45 
46 /*
47  * fd.io coding-style-patch-verification: ON
48  *
49  * Local Variables:
50  * eval: (c-set-style "gnu")
51  * End:
52  */
unsigned long u64
Definition: types.h:89
u32 fib_node_index_t
A typedef of a node index.
Definition: fib_types.h:28
fib_node_index_t fib_entry_index
Definition: ip6_neighbor.h:39
u64 cpu_time_last_updated
Definition: ip6_neighbor.h:38
unsigned int u32
Definition: types.h:88
ip6_address_t ip6_address
Definition: ip6_neighbor.h:26
unsigned short u16
Definition: types.h:57
ip6_neighbor_key_t key
Definition: ip6_neighbor.h:33
unsigned char u8
Definition: types.h:56
ip6_neighbor_t * ip6_neighbors_entries(u32 sw_if_index)
Definition: ip6_neighbor.c:715