Searched refs:field_t (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/net/netfilter/ |
D | nf_conntrack_h323_types.c | 7 static const struct field_t _TransportAddress_ipAddress[] = { /* SEQUENCE */ 13 static const struct field_t _TransportAddress_ipSourceRoute_route[] = { /* SEQUENCE OF */ 17 static const struct field_t _TransportAddress_ipSourceRoute_routing[] = { /* CHOICE */ 22 static const struct field_t _TransportAddress_ipSourceRoute[] = { /* SEQUENCE */ 31 static const struct field_t _TransportAddress_ipxAddress[] = { /* SEQUENCE */ 37 static const struct field_t _TransportAddress_ip6Address[] = { /* SEQUENCE */ 43 static const struct field_t _H221NonStandard[] = { /* SEQUENCE */ 49 static const struct field_t _NonStandardIdentifier[] = { /* CHOICE */ 55 static const struct field_t _NonStandardParameter[] = { /* SEQUENCE */ 61 static const struct field_t _TransportAddress[] = { /* CHOICE */ [all …]
|
D | nf_conntrack_h323_asn1.c | 77 typedef struct field_t { struct 87 const struct field_t *fields; argument 88 } field_t; typedef 110 static int decode_nul(struct bitstr *bs, const struct field_t *f, char *base, int level); 111 static int decode_bool(struct bitstr *bs, const struct field_t *f, char *base, int level); 112 static int decode_oid(struct bitstr *bs, const struct field_t *f, char *base, int level); 113 static int decode_int(struct bitstr *bs, const struct field_t *f, char *base, int level); 114 static int decode_enum(struct bitstr *bs, const struct field_t *f, char *base, int level); 115 static int decode_bitstr(struct bitstr *bs, const struct field_t *f, char *base, int level); 116 static int decode_numstr(struct bitstr *bs, const struct field_t *f, char *base, int level); [all …]
|