blob: 9a2eca357ff7c1f783fa9f61a572c5ac7bc97725 [file] [log] [blame]
Harald Welte3aa901d2018-08-13 18:32:36 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "RSPRO"
4 * found in "../../asn1/RSPRO.asn"
5 */
6
7#ifndef _Ipv6Address_H_
8#define _Ipv6Address_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
14#include <OCTET_STRING.h>
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20/* Ipv6Address */
21typedef OCTET_STRING_t Ipv6Address_t;
22
23/* Implementation */
24extern asn_TYPE_descriptor_t asn_DEF_Ipv6Address;
25asn_struct_free_f Ipv6Address_free;
26asn_struct_print_f Ipv6Address_print;
27asn_constr_check_f Ipv6Address_constraint;
28ber_type_decoder_f Ipv6Address_decode_ber;
29der_type_encoder_f Ipv6Address_encode_der;
30xer_type_decoder_f Ipv6Address_decode_xer;
31xer_type_encoder_f Ipv6Address_encode_xer;
32
33#ifdef __cplusplus
34}
35#endif
36
37#endif /* _Ipv6Address_H_ */
38#include <asn_internal.h>