]> git.stg.codes - stg.git/blob - libs/smux/include/stg/EgpNeighEntry.h
Port to CMake, get rid of os_int.h.
[stg.git] / libs / smux / include / stg / EgpNeighEntry.h
1 /*
2  * Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
3  * From ASN.1 module "RFC1213-MIB"
4  *      found in "RFC1213-MIB.asn1"
5  *      `asn1c -fskeletons-copy`
6  */
7
8 #ifndef _EgpNeighEntry_H_
9 #define _EgpNeighEntry_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <INTEGER.h>
16 #include "IpAddress.h"
17 #include "Counter.h"
18 #include <constr_SEQUENCE.h>
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 /* EgpNeighEntry */
25 typedef struct EgpNeighEntry {
26         INTEGER_t        egpNeighState;
27         IpAddress_t      egpNeighAddr;
28         INTEGER_t        egpNeighAs;
29         Counter_t        egpNeighInMsgs;
30         Counter_t        egpNeighInErrs;
31         Counter_t        egpNeighOutMsgs;
32         Counter_t        egpNeighOutErrs;
33         Counter_t        egpNeighInErrMsgs;
34         Counter_t        egpNeighOutErrMsgs;
35         Counter_t        egpNeighStateUps;
36         Counter_t        egpNeighStateDowns;
37         INTEGER_t        egpNeighIntervalHello;
38         INTEGER_t        egpNeighIntervalPoll;
39         INTEGER_t        egpNeighMode;
40         INTEGER_t        egpNeighEventTrigger;
41         
42         /* Context for parsing across buffer boundaries */
43         asn_struct_ctx_t _asn_ctx;
44 } EgpNeighEntry_t;
45
46 /* Implementation */
47 extern asn_TYPE_descriptor_t asn_DEF_EgpNeighEntry;
48
49 #ifdef __cplusplus
50 }
51 #endif
52
53 #endif  /* _EgpNeighEntry_H_ */