HomeSort by relevance Sort by last modified time
    Searched refs:nf_expect (Results 1 - 25 of 27) sorted by null

1 2

  /external/libnetfilter_conntrack/src/expect/
getter.c 12 static const void *get_exp_attr_master(const struct nf_expect *exp)
17 static const void *get_exp_attr_expected(const struct nf_expect *exp)
22 static const void *get_exp_attr_mask(const struct nf_expect *exp)
27 static const void *get_exp_attr_timeout(const struct nf_expect *exp)
32 static const void *get_exp_attr_zone(const struct nf_expect *exp)
37 static const void *get_exp_attr_flags(const struct nf_expect *exp)
42 static const void *get_exp_attr_class(const struct nf_expect *exp)
47 static const void *get_exp_attr_helper_name(const struct nf_expect *exp)
52 static const void *get_exp_attr_nat_dir(const struct nf_expect *exp)
57 static const void *get_exp_attr_nat_tuple(const struct nf_expect *exp
    [all...]
compare.c 14 const struct nf_expect *exp1,
15 const struct nf_expect *exp2,
17 int (*cmp)(const struct nf_expect *exp1,
18 const struct nf_expect *exp2,
38 cmp_exp_master(const struct nf_expect *exp1, const struct nf_expect *exp2,
46 cmp_exp_expected(const struct nf_expect *exp1, const struct nf_expect *exp2,
54 cmp_exp_mask(const struct nf_expect *exp1, const struct nf_expect *exp2
    [all...]
setter.c 12 static void set_exp_attr_master(struct nf_expect *exp, const void *value)
17 static void set_exp_attr_expected(struct nf_expect *exp, const void *value)
22 static void set_exp_attr_mask(struct nf_expect *exp, const void *value)
27 static void set_exp_attr_timeout(struct nf_expect *exp, const void *value)
32 static void set_exp_attr_zone(struct nf_expect *exp, const void *value)
37 static void set_exp_attr_flags(struct nf_expect *exp, const void *value)
42 static void set_exp_attr_class(struct nf_expect *exp, const void *value)
47 static void set_exp_attr_helper_name(struct nf_expect *exp, const void *value)
53 static void set_exp_attr_nat_dir(struct nf_expect *exp, const void *value)
58 static void set_exp_attr_nat_tuple(struct nf_expect *exp, const void *value
    [all...]
api.c 28 struct nf_expect *nfexp_new(void)
30 struct nf_expect *exp;
32 exp = malloc(sizeof(struct nf_expect));
36 memset(exp, 0, sizeof(struct nf_expect));
45 void nfexp_destroy(struct nf_expect *exp)
56 size_t nfexp_sizeof(const struct nf_expect *exp)
69 * struct nf_expect *exp = (struct nf_expect *) buf;
78 return sizeof(struct nf_expect);
88 struct nf_expect *nfexp_clone(const struct nf_expect *exp
    [all...]
snprintf.c 14 const struct nf_expect *exp,
build.c 14 const struct nf_expect *exp)
20 const struct nf_expect *exp)
26 size_t size, const struct nf_expect *exp)
33 const struct nf_expect *exp)
39 const struct nf_expect *exp)
46 size_t size, const struct nf_expect *exp)
57 const struct nf_expect *exp)
build_mnl.c 16 nfexp_nlmsg_build(struct nlmsghdr *nlh, const struct nf_expect *exp)
snprintf_default.c 14 const struct nf_expect *exp)
24 const struct nf_expect *exp)
34 const struct nf_expect *exp)
42 const struct nf_expect *exp,
snprintf_xml.c 54 const struct nf_expect *exp, unsigned int flags)
120 snprintf_expect_layer3_xml(char *buf, size_t len, const struct nf_expect *exp)
180 snprintf_expect_layer4_xml(char *buf, size_t len, const struct nf_expect *exp)
240 const struct nf_expect *exp,
parse_mnl.c 50 int nfexp_nlmsg_parse(const struct nlmsghdr *nlh, struct nf_expect *exp)
parse.c 31 struct nf_expect *exp)
  /external/libnetfilter_conntrack/include/internal/
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);
prototypes.h 49 int __build_expect(struct nfnl_subsys_handle *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, unsigned int msg_output, unsigned int flags);
55 int __snprintf_expect_default(char *buf, unsigned int len, const struct nf_expect *exp, unsigned int msg_type, unsigned int flags);
56 int __snprintf_expect_xml(char *buf, unsigned int len, const struct nf_expect *exp, unsigned int msg_type, unsigned int flags);
object.h 38 struct nf_expect *exp,
44 struct nf_expect *exp,
294 struct nf_expect { struct
  /external/libnetfilter_conntrack/include/libnetfilter_conntrack/
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
    [all...]
  /external/libnetfilter_conntrack/utils/
expect_get.c 10 struct nf_expect *exp,
26 struct nf_expect *exp;
expect_dump.c 9 struct nf_expect *exp,
expect_events.c 9 struct nf_expect *exp,
ctexp_events.c 25 exp_event_cb(enum nf_conntrack_msg_type type,struct nf_expect *exp, void *data)
expect_delete.c 14 struct nf_expect *exp;
expect_create.c 20 struct nf_expect *exp;
expect_create_userspace.c 20 struct nf_expect *exp;
  /external/libnetfilter_conntrack/examples/
nfexp-mnl-event.c 11 struct nf_expect *exp;
nfexp-mnl-dump.c 12 struct nf_expect *exp;
  /external/libnetfilter_conntrack/src/
callback.c 37 struct nf_expect *exp = NULL;

Completed in 388 milliseconds

1 2