summaryrefslogtreecommitdiffstats
path: root/3rdparty/openpgm-svn-r1085/pgm/include/impl/pgmMIB.h
blob: 6f80271962b763a0763c9f17ccc69459a367cadc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
 * Note: this file originally auto-generated by mib2c using
 *        : mib2c.notify.conf,v 5.3 2004/04/15 12:29:19 dts12 Exp $
 */

#ifndef __PGM_IMPL_MIB_H__
#define __PGM_IMPL_MIB_H__

#include <impl/framework.h>

PGM_BEGIN_DECLS

/* function declarations */
PGM_GNUC_INTERNAL bool pgm_mib_init (pgm_error_t**);

PGM_GNUC_INTERNAL int send_pgmStart_trap(void);
PGM_GNUC_INTERNAL int send_pgmStop_trap(void);
PGM_GNUC_INTERNAL int send_pgmNewSourceTrap_trap(void);
PGM_GNUC_INTERNAL int send_pgmClosedSourceTrap_trap(void);
PGM_GNUC_INTERNAL int send_pgmNewReceiverTrap_trap(void);
PGM_GNUC_INTERNAL int send_pgmClosedReceiverTrap_trap(void);
PGM_GNUC_INTERNAL int send_pgmNakFailuresTrap_trap(void);
PGM_GNUC_INTERNAL int send_pgmNewDlrSourceTrap_trap(void);
PGM_GNUC_INTERNAL int send_pgmClosedDlrSourceTrap_trap(void);

PGM_END_DECLS

#endif /* __PGM_IMPL_MIB_H__ */