HomeSort by relevance Sort by last modified time
    Searched refs:__nfct_tuple (Results 1 - 9 of 9) sorted by null

  /external/libnetfilter_conntrack/include/internal/
prototypes.h 8 void __build_tuple(struct nfnlhdr *req, size_t size, const struct __nfct_tuple *t, const int type);
11 void __parse_tuple(const struct nfattr *attr, struct __nfct_tuple *tuple, int dir, uint32_t *set);
13 int __snprintf_address(char *buf, unsigned int len, const struct __nfct_tuple *tuple, const char *src_tag, const char *dst_tag);
15 int __snprintf_proto(char *buf, unsigned int len, const struct __nfct_tuple *tuple);
24 int __snprintf_addr_xml(char *buf, unsigned int len, const struct __nfct_tuple *tuple, enum __nfct_addr type);
25 int __snprintf_proto_xml(char *buf, unsigned int len, const struct __nfct_tuple *tuple, enum __nfct_addr type);
43 int nfct_build_tuple(struct nlmsghdr *nlh, const struct __nfct_tuple *t, int type);
44 int nfct_parse_tuple(const struct nlattr *attr, struct __nfct_tuple *tuple, int dir, uint32_t *set);
object.h 104 struct __nfct_tuple { struct
152 struct __nfct_tuple orig;
160 struct __nfct_tuple repl;
161 struct __nfct_tuple master;
  /external/libnetfilter_conntrack/src/conntrack/
build_mnl.c 17 nfct_build_tuple_ip(struct nlmsghdr *nlh, const struct __nfct_tuple *t)
45 nfct_build_tuple_proto(struct nlmsghdr *nlh, const struct __nfct_tuple *t)
84 nfct_build_tuple_raw(struct nlmsghdr *nlh, const struct __nfct_tuple *t)
95 nfct_build_tuple(struct nlmsghdr *nlh, const struct __nfct_tuple *t, int type)
461 const struct __nfct_tuple *t = &ct->head.orig;
491 const struct __nfct_tuple *t = &ct->repl;
snprintf_default.c 71 const struct __nfct_tuple *tuple,
90 const struct __nfct_tuple *tuple,
119 const struct __nfct_tuple *tuple,
141 const struct __nfct_tuple *tuple)
176 const struct __nfct_tuple *tuple)
build.c 14 const struct __nfct_tuple *t)
42 const struct __nfct_tuple *t)
90 const struct __nfct_tuple *t)
97 const struct __nfct_tuple *t, const int type)
492 const struct __nfct_tuple *t = &ct->head.orig;
512 const struct __nfct_tuple *t = &ct->repl;
snprintf_xml.c 68 const struct __nfct_tuple *tuple,
80 const struct __nfct_tuple *tuple,
96 const struct __nfct_tuple *tuple,
124 const struct __nfct_tuple *tuple,
291 const struct __nfct_tuple *tuple = NULL;
parse.c 17 struct __nfct_tuple *tuple,
89 struct __nfct_tuple *tuple,
182 struct __nfct_tuple *tuple,
objopt.c 14 struct __nfct_tuple *this = NULL, *other = NULL;
parse_mnl.c 46 nfct_parse_ip(const struct nlattr *attr, struct __nfct_tuple *tuple,
149 nfct_parse_proto(const struct nlattr *attr, struct __nfct_tuple *tuple,
268 nfct_parse_tuple(const struct nlattr *attr, struct __nfct_tuple *tuple,

Completed in 473 milliseconds