ROHC compression/decompression library
udp_lite.h
Go to the documentation of this file.
1 /*
2  * Copyright 2012 Didier Barvaux
3  * Copyright 2007,2009,2010 Viveris Technologies
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2.1 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18  */
19 
20 /**
21  * @file udp_lite.h
22  * @brief Define the UDP-Lite protocol.
23  * @author Didier Barvaux <didier.barvaux@toulouse.viveris.com>
24  * @author Didier Barvaux <didier@barvaux.org>
25  */
26 
27 #ifndef ROHC_PROTOCOLS_UDP_LITE_H
28 #define ROHC_PROTOCOLS_UDP_LITE_H
29 
30 #include "protocols/udp.h"
31 
32 typedef enum /* TODO: doxygen */
33 {
39 
40 #endif
41 
Definition: udp_lite.h:34
Definition: udp_lite.h:35
rohc_packet_cce_t
Definition: udp_lite.h:32
Definition: udp_lite.h:37
Definition: udp_lite.h:36
Defines the UDP header.