Go to the documentation of this file.
24 #ifndef _RTCP_FROM_SPEC_H
25 #define _RTCP_FROM_SPEC_H
33 #if ((defined(__STDC__) || defined(SABER)) && !defined(NO_PROTOTYPE)) || defined(__cplusplus) || defined(USE_PROTOTYPE)
34 # define _ANSI_ARGS_(x) x
36 # define _ANSI_ARGS_(x) ()
39 # define EXTERN extern "C"
41 # define EXTERN extern
47 #define EVENT_UNKNOWN 0
48 #define EVENT_REPORT 1
57 #define PACKET_UNKNOWN_TYPE 0
59 #define PACKET_RTCP_REPORT 2
61 #define PACKET_RTCP_APP 4
64 #define drand48 drand30
67 #define exit(n) do {} while (0)