]> git.stg.codes - stg.git/blob - libs/smux/UdpEntry.c
Regen SMUX support library with more recent ASN1 compiler.
[stg.git] / libs / smux / UdpEntry.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "RFC1213-MIB"
4  *      found in "RFC1213-MIB.asn1"
5  *      `asn1c -S /home/faust/software/asn1c/skeletons/ -fcompound-names -fwide-types`
6  */
7
8 #include "UdpEntry.h"
9
10 static int
11 memb_udpLocalPort_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
12                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
13         long value;
14         
15         if(!sptr) {
16                 ASN__CTFAIL(app_key, td, sptr,
17                         "%s: value not given (%s:%d)",
18                         td->name, __FILE__, __LINE__);
19                 return -1;
20         }
21         
22         value = *(const long *)sptr;
23         
24         if((value >= 0 && value <= 65535)) {
25                 /* Constraint check succeeded */
26                 return 0;
27         } else {
28                 ASN__CTFAIL(app_key, td, sptr,
29                         "%s: constraint failed (%s:%d)",
30                         td->name, __FILE__, __LINE__);
31                 return -1;
32         }
33 }
34
35 static asn_oer_constraints_t asn_OER_memb_udpLocalPort_constr_3 CC_NOTUSED = {
36         { 2, 1 }        /* (0..65535) */,
37         -1};
38 static asn_per_constraints_t asn_PER_memb_udpLocalPort_constr_3 CC_NOTUSED = {
39         { APC_CONSTRAINED,       16,  16,  0,  65535 }  /* (0..65535) */,
40         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
41         0, 0    /* No PER value map */
42 };
43 static asn_TYPE_member_t asn_MBR_UdpEntry_1[] = {
44         { ATF_NOFLAGS, 0, offsetof(struct UdpEntry, udpLocalAddress),
45                 (ASN_TAG_CLASS_APPLICATION | (0 << 2)),
46                 0,
47                 &asn_DEF_IpAddress,
48                 0,
49                 { 0, 0, 0 },
50                 0, 0, /* No default value */
51                 "udpLocalAddress"
52                 },
53         { ATF_NOFLAGS, 0, offsetof(struct UdpEntry, udpLocalPort),
54                 (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)),
55                 0,
56                 &asn_DEF_NativeInteger,
57                 0,
58                 { &asn_OER_memb_udpLocalPort_constr_3, &asn_PER_memb_udpLocalPort_constr_3,  memb_udpLocalPort_constraint_1 },
59                 0, 0, /* No default value */
60                 "udpLocalPort"
61                 },
62 };
63 static const ber_tlv_tag_t asn_DEF_UdpEntry_tags_1[] = {
64         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
65 };
66 static const asn_TYPE_tag2member_t asn_MAP_UdpEntry_tag2el_1[] = {
67     { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 0 }, /* udpLocalPort */
68     { (ASN_TAG_CLASS_APPLICATION | (0 << 2)), 0, 0, 0 } /* udpLocalAddress */
69 };
70 static asn_SEQUENCE_specifics_t asn_SPC_UdpEntry_specs_1 = {
71         sizeof(struct UdpEntry),
72         offsetof(struct UdpEntry, _asn_ctx),
73         asn_MAP_UdpEntry_tag2el_1,
74         2,      /* Count of tags in the map */
75         0, 0, 0,        /* Optional elements (not needed) */
76         -1,     /* First extension addition */
77 };
78 asn_TYPE_descriptor_t asn_DEF_UdpEntry = {
79         "UdpEntry",
80         "UdpEntry",
81         &asn_OP_SEQUENCE,
82         asn_DEF_UdpEntry_tags_1,
83         sizeof(asn_DEF_UdpEntry_tags_1)
84                 /sizeof(asn_DEF_UdpEntry_tags_1[0]), /* 1 */
85         asn_DEF_UdpEntry_tags_1,        /* Same as above */
86         sizeof(asn_DEF_UdpEntry_tags_1)
87                 /sizeof(asn_DEF_UdpEntry_tags_1[0]), /* 1 */
88         { 0, 0, SEQUENCE_constraint },
89         asn_MBR_UdpEntry_1,
90         2,      /* Elements count */
91         &asn_SPC_UdpEntry_specs_1       /* Additional specs */
92 };
93