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

1 2

  /external/libnetfilter_conntrack/utils/
conntrack_flush.c 14 h = nfct_open(CONNTRACK, 0);
16 perror("nfct_open");
expect_flush.c 14 h = nfct_open(EXPECT, 0);
16 perror("nfct_open");
conntrack_delete.c 30 h = nfct_open(CONNTRACK, 0);
32 perror("nfct_open");
conntrack_dump.c 26 h = nfct_open(CONNTRACK, 0);
28 perror("nfct_open");
conntrack_events.c 29 h = nfct_open(CONNTRACK, NFCT_ALL_CT_GROUPS);
31 perror("nfct_open");
expect_dump.c 26 h = nfct_open(EXPECT, 0);
28 perror("nfct_open");
expect_events.c 29 h = nfct_open(EXPECT, NF_NETLINK_CONNTRACK_EXP_NEW |
33 perror("nfct_open");
expect_create.c 46 h = nfct_open(CONNTRACK, 0);
48 perror("nfct_open");
115 h = nfct_open(EXPECT, 0);
117 perror("nfct_open");
expect_create_userspace.c 45 h = nfct_open(CONNTRACK, 0);
47 perror("nfct_open");
120 h = nfct_open(EXPECT, 0);
122 perror("nfct_open");
conntrack_create.c 35 h = nfct_open(CONNTRACK, 0);
37 perror("nfct_open");
conntrack_create_nat.c 37 h = nfct_open(CONNTRACK, 0);
39 perror("nfct_open");
conntrack_dump_filter.c 25 h = nfct_open(CONNTRACK, 0);
27 perror("nfct_open");
conntrack_get.c 42 h = nfct_open(CONNTRACK, 0);
44 perror("nfct_open");
conntrack_grp_create.c 41 h = nfct_open(CONNTRACK, 0);
43 perror("nfct_open");
conntrack_update.c 35 h = nfct_open(CONNTRACK, 0);
37 perror("nfct_open");
ctexp_events.c 43 h = nfct_open(NFNL_SUBSYS_NONE, NF_NETLINK_CONNTRACK_EXP_NEW |
50 perror("nfct_open");
expect_delete.c 39 h = nfct_open(EXPECT, 0);
41 perror("nfct_open");
expect_get.c 51 h = nfct_open(EXPECT, 0);
53 perror("nfct_open");
expect_create_nat.c 46 h = nfct_open(CONNTRACK, 0);
48 perror("nfct_open");
135 h = nfct_open(EXPECT, 0);
137 perror("nfct_open");
conntrack_filter.c 32 h = nfct_open(CONNTRACK, NF_NETLINK_CONNTRACK_NEW |
35 perror("nfct_open");
conntrack_master.c 36 h = nfct_open(CONNTRACK, 0);
38 perror("nfct_open");
  /external/libnetfilter_conntrack/qa/
ct_events_reliable.c 45 h = nfct_open(CONNTRACK, NFCT_ALL_CT_GROUPS);
47 perror("nfct_open");
ct_stress.c 41 h = nfct_open(CONNTRACK, 0);
43 perror("nfct_open");
test_filter.c 35 h = nfct_open(CONNTRACK, NF_NETLINK_CONNTRACK_NEW |
38 perror("nfct_open");
  /external/libnetfilter_conntrack/src/
main.c 68 * nfct_open - open a ctnetlink handler
84 struct nfct_handle *nfct_open(uint8_t subsys_id, unsigned subscriptions) function
101 * \param cth handler obtained via nfct_open()
142 * \param cth handler obtained via nfct_open()

Completed in 131 milliseconds

1 2