2 * Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
3 * From ASN.1 module "RFC1155-SMI"
4 * found in "RFC1155-SMI.asn1"
5 * `asn1c -fskeletons-copy`
8 #ifndef _NetworkAddress_H_
9 #define _NetworkAddress_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "IpAddress.h"
16 #include <constr_CHOICE.h>
23 typedef enum NetworkAddress_PR {
24 NetworkAddress_PR_NOTHING, /* No components present */
25 NetworkAddress_PR_internet
29 typedef struct NetworkAddress {
30 NetworkAddress_PR present;
31 union NetworkAddress_u {
35 /* Context for parsing across buffer boundaries */
36 asn_struct_ctx_t _asn_ctx;
40 extern asn_TYPE_descriptor_t asn_DEF_NetworkAddress;
46 #endif /* _NetworkAddress_H_ */