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

  /external/iptables/iptables/
xshared.h 33 * xtables_afinfo - protocol family dependent information
42 struct xtables_afinfo { struct
116 extern const struct xtables_afinfo *afinfo;
  /external/iptables/libxtables/
xtables.c 151 static const struct xtables_afinfo afinfo_ipv4 = {
161 static const struct xtables_afinfo afinfo_ipv6 = {
174 static const struct xtables_afinfo afinfo_bridge = {
179 static const struct xtables_afinfo afinfo_arp = {
184 const struct xtables_afinfo *afinfo;
    [all...]

Completed in 231 milliseconds