FD.io VPP  v18.07.1-19-g511ce25
Vector Packet Processing
igmp_format.h
Go to the documentation of this file.
1 /*
2  *------------------------------------------------------------------
3  * Copyright (c) 2018 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 
18 #ifndef _IGMP_FORMAT_H_
19 #define _IGMP_FORMAT_H_
20 
21 extern u8 *format_igmp_type (u8 * s, va_list * args);
22 
23 extern u8 *format_igmp_membership_group_type (u8 * s, va_list * args);
24 
25 extern u8 *format_igmp_header (u8 * s, va_list * args);
26 
27 extern u8 *format_igmp_report_v3 (u8 * s, va_list * args);
28 
29 extern u8 *format_igmp_query_v3 (u8 * s, va_list * args);
30 
31 extern u8 *format_igmp_filter_mode (u8 * s, va_list * args);
32 
33 extern u8 *format_igmp_src_addr_list (u8 * s, va_list * args);
34 
35 extern u8 *format_igmp_key (u8 * s, va_list * args);
36 
37 #endif /* IGMP_FORMAT_H */
38 
39 /*
40  * fd.io coding-style-patch-verification: ON
41  *
42  * Local Variables:
43  * eval: (c-set-style "gnu")
44  * End:
45  */
u8 * format_igmp_query_v3(u8 *s, va_list *args)
Definition: igmp_format.c:131
u8 * format_igmp_filter_mode(u8 *s, va_list *args)
Definition: igmp_format.c:50
unsigned char u8
Definition: types.h:56
u8 * format_igmp_src_addr_list(u8 *s, va_list *args)
Definition: igmp_format.c:171
u8 * format_igmp_report_v3(u8 *s, va_list *args)
Definition: igmp_format.c:85
u8 * format_igmp_key(u8 *s, va_list *args)
Definition: igmp_format.c:188
u8 * format_igmp_header(u8 *s, va_list *args)
Definition: igmp_format.c:65
u8 * format_igmp_type(u8 *s, va_list *args)
Definition: igmp_format.c:22
u8 * format_igmp_membership_group_type(u8 *s, va_list *args)
Definition: igmp_format.c:36