FD.io VPP  v18.04-17-g3a0d853
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 u8 *format_igmp_type (u8 * s, va_list * args);
22 
23 u8 *format_igmp_report_type (u8 * s, va_list * args);
24 
25 u8 *format_igmp_header (u8 * s, va_list * args);
26 
27 u8 *format_igmp_report_v3 (u8 * s, va_list * args);
28 
29 u8 *format_igmp_query_v3 (u8 * s, va_list * args);
30 
31 #endif /* IGMP_FORMAT_H */
32 
33 /*
34  * fd.io coding-style-patch-verification: ON
35  *
36  * Local Variables:
37  * eval: (c-set-style "gnu")
38  * End:
39  */
u8 * format_igmp_report_type(u8 *s, va_list *args)
Definition: igmp_format.c:35
u8 * format_igmp_query_v3(u8 *s, va_list *args)
Definition: igmp_format.c:115
u8 * format_igmp_report_v3(u8 *s, va_list *args)
Definition: igmp_format.c:69
u8 * format_igmp_header(u8 *s, va_list *args)
Definition: igmp_format.c:49
unsigned char u8
Definition: types.h:56
u8 * format_igmp_type(u8 *s, va_list *args)
Definition: igmp_format.c:22