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`
8 #ifndef _EgpNeighEntry_H_
9 #define _EgpNeighEntry_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
16 #include "IpAddress.h"
18 #include <constr_SEQUENCE.h>
25 typedef struct EgpNeighEntry {
26 INTEGER_t egpNeighState;
27 IpAddress_t egpNeighAddr;
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;
42 /* Context for parsing across buffer boundaries */
43 asn_struct_ctx_t _asn_ctx;
47 extern asn_TYPE_descriptor_t asn_DEF_EgpNeighEntry;
53 #endif /* _EgpNeighEntry_H_ */