HomeSort by relevance Sort by last modified time
    Searched defs:ipt_chainlabel (Results 1 - 2 of 2) sorted by null

  /external/iptables/include/libiptc/
libiptc.h 20 typedef char ipt_chainlabel[32]; typedef
65 int iptc_insert_entry(const ipt_chainlabel chain,
71 int iptc_replace_entry(const ipt_chainlabel chain,
78 int iptc_append_entry(const ipt_chainlabel chain,
83 int iptc_check_entry(const ipt_chainlabel chain,
90 int iptc_delete_entry(const ipt_chainlabel chain,
96 int iptc_delete_num_entry(const ipt_chainlabel chain,
102 const char *iptc_check_packet(const ipt_chainlabel chain,
107 int iptc_flush_entries(const ipt_chainlabel chain,
111 int iptc_zero_entries(const ipt_chainlabel chain
    [all...]
  /external/iproute2/include/libiptc/
libiptc.h 21 typedef char ipt_chainlabel[32]; typedef
69 int iptc_insert_entry(const ipt_chainlabel chain,
75 int iptc_replace_entry(const ipt_chainlabel chain,
82 int iptc_append_entry(const ipt_chainlabel chain,
88 int iptc_delete_entry(const ipt_chainlabel chain,
94 int iptc_delete_num_entry(const ipt_chainlabel chain,
100 const char *iptc_check_packet(const ipt_chainlabel chain,
105 int iptc_flush_entries(const ipt_chainlabel chain,
109 int iptc_zero_entries(const ipt_chainlabel chain,
113 int iptc_create_chain(const ipt_chainlabel chain
    [all...]

Completed in 63 milliseconds