Home
last modified time | relevance | path

Searched refs:nfct_handle (Results 1 – 25 of 29) sorted by relevance

12

/external/libnetfilter_conntrack/src/
Dmain.c15 struct nfct_handle *nfct_open_nfnl(struct nfnl_handle *nfnlh, in nfct_open_nfnl()
23 struct nfct_handle *nfct_open_nfnl2(struct nfnl_handle *nfnlh, in nfct_open_nfnl2()
27 struct nfct_handle *cth; in nfct_open_nfnl2()
29 cth = malloc(sizeof(struct nfct_handle)); in nfct_open_nfnl2()
92 struct nfct_handle *nfct_open(uint8_t subsys_id, unsigned subscriptions) in nfct_open()
95 struct nfct_handle *nfcth; in nfct_open()
124 struct nfct_handle *nfct_open2(uint8_t subsys_id, unsigned subscriptions, int fd) in nfct_open2()
127 struct nfct_handle *nfcth; in nfct_open2()
145 int nfct_close(struct nfct_handle *cth) in nfct_close()
157 int nfct_close2(struct nfct_handle *cth, bool keep_fd) in nfct_close2()
[all …]
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/
Dlibnetfilter_conntrack.h36 struct nfct_handle;
41 extern struct nfct_handle *nfct_open(uint8_t, unsigned);
42 extern struct nfct_handle *nfct_open2(uint8_t, unsigned, int);
43 extern struct nfct_handle *nfct_open_nfnl(struct nfnl_handle *nfnlh,
46 extern struct nfct_handle *nfct_open_nfnl2(struct nfnl_handle *nfnlh,
50 extern int nfct_close(struct nfct_handle *cth);
51 extern int nfct_close2(struct nfct_handle *cth, bool keep_fd);
53 extern int nfct_fd(struct nfct_handle *cth);
54 extern const struct nfnl_handle *nfct_nfnlh(struct nfct_handle *cth);
260 extern int nfct_callback_register(struct nfct_handle *h,
[all …]
/external/libnetfilter_conntrack/src/expect/
Dapi.c157 int nfexp_callback_register(struct nfct_handle *h, in nfexp_callback_register()
197 void nfexp_callback_unregister(struct nfct_handle *h) in nfexp_callback_unregister()
231 int nfexp_callback_register2(struct nfct_handle *h, in nfexp_callback_register2()
272 void nfexp_callback_unregister2(struct nfct_handle *h) in nfexp_callback_unregister2()
668 int nfexp_query(struct nfct_handle *h, in nfexp_query()
700 int nfexp_send(struct nfct_handle *h, in nfexp_send()
733 int nfexp_catch(struct nfct_handle *h) in nfexp_catch()
/external/libnetfilter_conntrack/src/conntrack/
Dapi.c223 int nfct_callback_register(struct nfct_handle *h, in nfct_callback_register()
263 void nfct_callback_unregister(struct nfct_handle *h) in nfct_callback_unregister()
297 int nfct_callback_register2(struct nfct_handle *h, in nfct_callback_register2()
337 void nfct_callback_unregister2(struct nfct_handle *h) in nfct_callback_unregister2()
954 int nfct_query(struct nfct_handle *h, in nfct_query()
986 int nfct_send(struct nfct_handle *h, in nfct_send()
1020 int nfct_catch(struct nfct_handle *h) in nfct_catch()
/external/libnetfilter_conntrack/include/internal/
Dobject.h15 struct nfct_handle { struct
50 struct nfct_handle *h; argument
/external/libnetfilter_conntrack/utils/
Dconntrack_flush.c12 struct nfct_handle *h; in main()
Dexpect_flush.c12 struct nfct_handle *h; in main()
Dexpect_dump.c24 struct nfct_handle *h; in main()
Dexpect_events.c27 struct nfct_handle *h; in main()
Dconntrack_dump.c24 struct nfct_handle *h; in main()
Dconntrack_events.c27 struct nfct_handle *h; in main()
Dconntrack_delete.c13 struct nfct_handle *h; in main()
Dconntrack_dump_filter.c23 struct nfct_handle *h; in main()
Dconntrack_grp_create.c13 struct nfct_handle *h; in main()
Dconntrack_update.c13 struct nfct_handle *h; in main()
Dconntrack_create.c13 struct nfct_handle *h; in main()
Dexpect_delete.c12 struct nfct_handle *h; in main()
Dconntrack_create_nat.c13 struct nfct_handle *h; in main()
Dctexp_events.c41 struct nfct_handle *h; in main()
Dconntrack_get.c25 struct nfct_handle *h; in main()
Dexpect_get.c24 struct nfct_handle *h; in main()
Dconntrack_filter.c29 struct nfct_handle *h; in main()
/external/libnetfilter_conntrack/qa/
Dtest_filter.c32 struct nfct_handle *h; in main()
Dct_events_reliable.c40 struct nfct_handle *h; in main()
Dct_stress.c23 struct nfct_handle *h; in main()

12