Home
last modified time | relevance | path

Searched refs:__nfct_tuple (Results 1 – 9 of 9) sorted by relevance

/external/libnetfilter_conntrack/include/internal/
Dprototypes.h8 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 *s…
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_…
25 int __snprintf_proto_xml(char *buf, unsigned int len, const struct __nfct_tuple *tuple, enum __nfct…
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);
Dobject.h104 struct __nfct_tuple { struct
152 struct __nfct_tuple orig;
160 struct __nfct_tuple repl;
161 struct __nfct_tuple master;
/external/libnetfilter_conntrack/src/conntrack/
Dbuild_mnl.c17 nfct_build_tuple_ip(struct nlmsghdr *nlh, const struct __nfct_tuple *t) in nfct_build_tuple_ip()
45 nfct_build_tuple_proto(struct nlmsghdr *nlh, const struct __nfct_tuple *t) in nfct_build_tuple_proto()
84 nfct_build_tuple_raw(struct nlmsghdr *nlh, const struct __nfct_tuple *t) in nfct_build_tuple_raw()
95 nfct_build_tuple(struct nlmsghdr *nlh, const struct __nfct_tuple *t, int type) in nfct_build_tuple()
461 const struct __nfct_tuple *t = &ct->head.orig; in nfct_nlmsg_build()
491 const struct __nfct_tuple *t = &ct->repl; in nfct_nlmsg_build()
Dsnprintf_default.c71 const struct __nfct_tuple *tuple, in __snprintf_address_ipv4()
90 const struct __nfct_tuple *tuple, in __snprintf_address_ipv6()
119 const struct __nfct_tuple *tuple, in __snprintf_address()
141 const struct __nfct_tuple *tuple) in __snprintf_proto()
176 const struct __nfct_tuple *tuple) in __snprintf_tuple_zone()
Dbuild.c14 const struct __nfct_tuple *t) in __build_tuple_ip()
42 const struct __nfct_tuple *t) in __build_tuple_proto()
90 const struct __nfct_tuple *t) in __build_tuple_raw()
97 const struct __nfct_tuple *t, const int type) in __build_tuple()
492 const struct __nfct_tuple *t = &ct->head.orig; in __build_conntrack()
512 const struct __nfct_tuple *t = &ct->repl; in __build_conntrack()
Dsnprintf_xml.c68 const struct __nfct_tuple *tuple, in __snprintf_ipv4_xml()
80 const struct __nfct_tuple *tuple, in __snprintf_ipv6_xml()
96 const struct __nfct_tuple *tuple, in __snprintf_addr_xml()
124 const struct __nfct_tuple *tuple, in __snprintf_proto_xml()
291 const struct __nfct_tuple *tuple = NULL; in __snprintf_tuple_xml()
Dparse.c17 struct __nfct_tuple *tuple, in __parse_ip()
89 struct __nfct_tuple *tuple, in __parse_proto()
182 struct __nfct_tuple *tuple, in __parse_tuple()
Dparse_mnl.c46 nfct_parse_ip(const struct nlattr *attr, struct __nfct_tuple *tuple, in nfct_parse_ip()
149 nfct_parse_proto(const struct nlattr *attr, struct __nfct_tuple *tuple, in nfct_parse_proto()
268 nfct_parse_tuple(const struct nlattr *attr, struct __nfct_tuple *tuple, in nfct_parse_tuple()
Dobjopt.c14 struct __nfct_tuple *this = NULL, *other = NULL; in __autocomplete()