ROHC compression/decompression library
src
common
protocols
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
{
34
ROHC_PACKET_CCE
= 0,
35
ROHC_PACKET_CCE_ON
= 1,
36
ROHC_PACKET_CCE_OFF
= 2,
37
ROHC_PACKET_CCE_OTHER
= 3,
38
}
rohc_packet_cce_t
;
39
40
#endif
41
ROHC_PACKET_CCE
Definition:
udp_lite.h:34
ROHC_PACKET_CCE_ON
Definition:
udp_lite.h:35
rohc_packet_cce_t
rohc_packet_cce_t
Definition:
udp_lite.h:32
ROHC_PACKET_CCE_OTHER
Definition:
udp_lite.h:37
ROHC_PACKET_CCE_OFF
Definition:
udp_lite.h:36
udp.h
Defines the UDP header.
Generated by
1.8.13