Home
last modified time | relevance | path

Searched refs:field_t (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/net/netfilter/
Dnf_conntrack_h323_types.c8 static const struct field_t _TransportAddress_ipAddress[] = { /* SEQUENCE */
14 static const struct field_t _TransportAddress_ipSourceRoute_route[] = { /* SEQUENCE OF */
18 static const struct field_t _TransportAddress_ipSourceRoute_routing[] = { /* CHOICE */
23 static const struct field_t _TransportAddress_ipSourceRoute[] = { /* SEQUENCE */
32 static const struct field_t _TransportAddress_ipxAddress[] = { /* SEQUENCE */
38 static const struct field_t _TransportAddress_ip6Address[] = { /* SEQUENCE */
44 static const struct field_t _H221NonStandard[] = { /* SEQUENCE */
50 static const struct field_t _NonStandardIdentifier[] = { /* CHOICE */
56 static const struct field_t _NonStandardParameter[] = { /* SEQUENCE */
62 static const struct field_t _TransportAddress[] = { /* CHOICE */
[all …]
Dnf_conntrack_h323_asn1.c80 typedef struct field_t { struct
90 const struct field_t *fields; argument
91 } field_t; typedef
114 static int decode_nul(bitstr_t *bs, const struct field_t *f, char *base, int level);
115 static int decode_bool(bitstr_t *bs, const struct field_t *f, char *base, int level);
116 static int decode_oid(bitstr_t *bs, const struct field_t *f, char *base, int level);
117 static int decode_int(bitstr_t *bs, const struct field_t *f, char *base, int level);
118 static int decode_enum(bitstr_t *bs, const struct field_t *f, char *base, int level);
119 static int decode_bitstr(bitstr_t *bs, const struct field_t *f, char *base, int level);
120 static int decode_numstr(bitstr_t *bs, const struct field_t *f, char *base, int level);
[all …]