FD.io VPP
v18.07-rc0-415-g6c78436
Vector Packet Processing
Main Page
Related Pages
Modules
Namespaces
Data Structures
Source
Files
Symbols
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
*/
format_igmp_report_type
u8 * format_igmp_report_type(u8 *s, va_list *args)
Definition:
igmp_format.c:35
format_igmp_query_v3
u8 * format_igmp_query_v3(u8 *s, va_list *args)
Definition:
igmp_format.c:115
u8
unsigned char u8
Definition:
types.h:56
format_igmp_report_v3
u8 * format_igmp_report_v3(u8 *s, va_list *args)
Definition:
igmp_format.c:69
format_igmp_header
u8 * format_igmp_header(u8 *s, va_list *args)
Definition:
igmp_format.c:49
format_igmp_type
u8 * format_igmp_type(u8 *s, va_list *args)
Definition:
igmp_format.c:22
src
plugins
igmp
igmp_format.h
Generated on Tue Aug 21 2018 06:01:54 for FD.io VPP by
1.8.11