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 _IpNetToMediaEntry_H_
9 #define _IpNetToMediaEntry_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
16 #include "PhysAddress.h"
17 #include "IpAddress.h"
18 #include <constr_SEQUENCE.h>
24 /* IpNetToMediaEntry */
25 typedef struct IpNetToMediaEntry {
26 INTEGER_t ipNetToMediaIfIndex;
27 PhysAddress_t ipNetToMediaPhysAddress;
28 IpAddress_t ipNetToMediaNetAddress;
29 INTEGER_t ipNetToMediaType;
31 /* Context for parsing across buffer boundaries */
32 asn_struct_ctx_t _asn_ctx;
33 } IpNetToMediaEntry_t;
36 extern asn_TYPE_descriptor_t asn_DEF_IpNetToMediaEntry;
42 #endif /* _IpNetToMediaEntry_H_ */