/external/libnetfilter_conntrack/src/expect/ |
D | compare.c | 14 const struct nf_expect *exp1, in exp_cmp() 15 const struct nf_expect *exp2, in exp_cmp() 17 int (*cmp)(const struct nf_expect *exp1, in exp_cmp() 18 const struct nf_expect *exp2, in exp_cmp() 38 cmp_exp_master(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_master() 46 cmp_exp_expected(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_expected() 54 cmp_exp_mask(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_mask() 63 cmp_exp_zone(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_zone() 70 cmp_exp_flags(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_flags() 77 cmp_exp_hname(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_hname() [all …]
|
D | getter.c | 12 static const void *get_exp_attr_master(const struct nf_expect *exp) in get_exp_attr_master() 17 static const void *get_exp_attr_expected(const struct nf_expect *exp) in get_exp_attr_expected() 22 static const void *get_exp_attr_mask(const struct nf_expect *exp) in get_exp_attr_mask() 27 static const void *get_exp_attr_timeout(const struct nf_expect *exp) in get_exp_attr_timeout() 32 static const void *get_exp_attr_zone(const struct nf_expect *exp) in get_exp_attr_zone() 37 static const void *get_exp_attr_flags(const struct nf_expect *exp) in get_exp_attr_flags() 42 static const void *get_exp_attr_class(const struct nf_expect *exp) in get_exp_attr_class() 47 static const void *get_exp_attr_helper_name(const struct nf_expect *exp) in get_exp_attr_helper_name() 52 static const void *get_exp_attr_nat_dir(const struct nf_expect *exp) in get_exp_attr_nat_dir() 57 static const void *get_exp_attr_nat_tuple(const struct nf_expect *exp) in get_exp_attr_nat_tuple() [all …]
|
D | api.c | 28 struct nf_expect *nfexp_new(void) in nfexp_new() 30 struct nf_expect *exp; in nfexp_new() 32 exp = malloc(sizeof(struct nf_expect)); in nfexp_new() 36 memset(exp, 0, sizeof(struct nf_expect)); in nfexp_new() 45 void nfexp_destroy(struct nf_expect *exp) in nfexp_destroy() 56 size_t nfexp_sizeof(const struct nf_expect *exp) in nfexp_sizeof() 78 return sizeof(struct nf_expect); in nfexp_maxsize() 88 struct nf_expect *nfexp_clone(const struct nf_expect *exp) in nfexp_clone() 90 struct nf_expect *clone; in nfexp_clone() 126 int nfexp_cmp(const struct nf_expect *exp1, const struct nf_expect *exp2, in nfexp_cmp() [all …]
|
D | setter.c | 12 static void set_exp_attr_master(struct nf_expect *exp, const void *value) in set_exp_attr_master() 17 static void set_exp_attr_expected(struct nf_expect *exp, const void *value) in set_exp_attr_expected() 22 static void set_exp_attr_mask(struct nf_expect *exp, const void *value) in set_exp_attr_mask() 27 static void set_exp_attr_timeout(struct nf_expect *exp, const void *value) in set_exp_attr_timeout() 32 static void set_exp_attr_zone(struct nf_expect *exp, const void *value) in set_exp_attr_zone() 37 static void set_exp_attr_flags(struct nf_expect *exp, const void *value) in set_exp_attr_flags() 42 static void set_exp_attr_class(struct nf_expect *exp, const void *value) in set_exp_attr_class() 47 static void set_exp_attr_helper_name(struct nf_expect *exp, const void *value) in set_exp_attr_helper_name() 53 static void set_exp_attr_nat_dir(struct nf_expect *exp, const void *value) in set_exp_attr_nat_dir() 58 static void set_exp_attr_nat_tuple(struct nf_expect *exp, const void *value) in set_exp_attr_nat_tuple() [all …]
|
D | build.c | 14 const struct nf_expect *exp) in __build_timeout() 20 const struct nf_expect *exp) in __build_zone() 26 size_t size, const struct nf_expect *exp) in __build_flags() 33 const struct nf_expect *exp) in __build_class() 39 const struct nf_expect *exp) in __build_helper_name() 46 size_t size, const struct nf_expect *exp) in __build_expectfn() 57 const struct nf_expect *exp) in __build_expect()
|
D | snprintf_default.c | 14 const struct nf_expect *exp) in __snprintf_expect_timeout() 24 const struct nf_expect *exp) in __snprintf_expect_class() 34 const struct nf_expect *exp) in __snprintf_expect_proto() 42 const struct nf_expect *exp, in __snprintf_expect_default()
|
D | snprintf_xml.c | 54 const struct nf_expect *exp, unsigned int flags) in snprintf_expect_meta_xml() 120 snprintf_expect_layer3_xml(char *buf, size_t len, const struct nf_expect *exp) in snprintf_expect_layer3_xml() 180 snprintf_expect_layer4_xml(char *buf, size_t len, const struct nf_expect *exp) in snprintf_expect_layer4_xml() 240 const struct nf_expect *exp, in __snprintf_expect_xml()
|
D | snprintf.c | 14 const struct nf_expect *exp, in __snprintf_expect()
|
D | build_mnl.c | 16 nfexp_nlmsg_build(struct nlmsghdr *nlh, const struct nf_expect *exp) in nfexp_nlmsg_build()
|
D | parse_mnl.c | 50 int nfexp_nlmsg_parse(const struct nlmsghdr *nlh, struct nf_expect *exp) in nfexp_nlmsg_parse()
|
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/ |
D | libnetfilter_conntrack.h | 598 struct nf_expect; 617 extern struct nf_expect *nfexp_new(void); 618 extern void nfexp_destroy(struct nf_expect *exp); 621 extern struct nf_expect *nfexp_clone(const struct nf_expect *exp); 624 extern size_t nfexp_sizeof(const struct nf_expect *exp); 634 struct nf_expect *exp, 645 struct nf_expect *exp, 652 extern void nfexp_set_attr(struct nf_expect *exp, 656 extern void nfexp_set_attr_u8(struct nf_expect *exp, 660 extern void nfexp_set_attr_u16(struct nf_expect *exp, [all …]
|
/external/libnetfilter_conntrack/include/internal/ |
D | prototypes.h | 49 …ssh, struct nfnlhdr *req, size_t size, uint16_t type, uint16_t flags, const struct nf_expect *exp); 51 void __parse_expect(const struct nlmsghdr *nlh, struct nfattr *cda[], struct nf_expect *exp); 53 int __cmp_expect(const struct nf_expect *exp1, const struct nf_expect *exp2, unsigned int flags); 54 int __snprintf_expect(char *buf, unsigned int len, const struct nf_expect *exp, unsigned int type, … 55 int __snprintf_expect_default(char *buf, unsigned int len, const struct nf_expect *exp, unsigned in… 56 int __snprintf_expect_xml(char *buf, unsigned int len, const struct nf_expect *exp, unsigned int ms…
|
D | types.h | 23 typedef void (*set_exp_attr)(struct nf_expect *exp, const void *value); 24 typedef const void *(*get_exp_attr)(const struct nf_expect *exp);
|
D | object.h | 38 struct nf_expect *exp, 44 struct nf_expect *exp, 294 struct nf_expect { struct
|
/external/libnetfilter_conntrack/utils/ |
D | expect_get.c | 10 struct nf_expect *exp, in cb() 26 struct nf_expect *exp; in main()
|
D | expect_dump.c | 9 struct nf_expect *exp, in cb()
|
D | expect_events.c | 9 struct nf_expect *exp, in event_cb()
|
D | expect_delete.c | 14 struct nf_expect *exp; in main()
|
D | ctexp_events.c | 25 exp_event_cb(enum nf_conntrack_msg_type type,struct nf_expect *exp, void *data) in exp_event_cb()
|
D | expect_create.c | 20 struct nf_expect *exp; in main()
|
D | expect_create_userspace.c | 20 struct nf_expect *exp; in main()
|
D | expect_create_nat.c | 20 struct nf_expect *exp; in main()
|
/external/libnetfilter_conntrack/examples/ |
D | nfexp-mnl-event.c | 11 struct nf_expect *exp; in data_cb()
|
D | nfexp-mnl-dump.c | 12 struct nf_expect *exp; in data_cb()
|
/external/libnetfilter_conntrack/src/ |
D | callback.c | 37 struct nf_expect *exp = NULL; in __callback()
|