FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
ip6_nd.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 __IP6_ND_H__
20 #define __IP6_ND_H__
21 
22 #include <vnet/ip/ip6_packet.h>
23 
24 extern int ip6_nd_proxy_add (u32 sw_if_index, const ip6_address_t * addr);
25 extern int ip6_nd_proxy_del (u32 sw_if_index, const ip6_address_t * addr);
26 
27 #endif /* included_ip6_neighbor_h */
28 
29 /*
30  * fd.io coding-style-patch-verification: ON
31  *
32  * Local Variables:
33  * eval: (c-set-style "gnu")
34  * End:
35  */
vhost_vring_addr_t addr
Definition: vhost_user.h:147
int ip6_nd_proxy_add(u32 sw_if_index, const ip6_address_t *addr)
Definition: ip6_nd_proxy.c:72
vl_api_interface_index_t sw_if_index
Definition: gre.api:59
unsigned int u32
Definition: types.h:88
int ip6_nd_proxy_del(u32 sw_if_index, const ip6_address_t *addr)
Definition: ip6_nd_proxy.c:78