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

  /external/iproute2/include/
xt-internal.h 9 struct afinfo { struct
54 extern struct afinfo afinfo;
  /external/iptables/iptables/
xshared.h 116 extern const struct xtables_afinfo *afinfo;
  /external/iproute2/
configure 117 struct afinfo afinfo = {
157 struct afinfo afinfo = {
  /external/iptables/libxtables/
xtables.c 184 const struct xtables_afinfo *afinfo; variable in typeref:struct:xtables_afinfo
235 afinfo = &afinfo_ipv4;
238 afinfo = &afinfo_ipv6;
241 afinfo = &afinfo_bridge;
244 afinfo = &afinfo_arp;
426 if (proc_file_exists(afinfo->proc_exists)) {
431 ret = xtables_insmod(afinfo->kmod, modprobe, quiet);
609 (family == afinfo->family ||
671 ptr = load_extension(xtables_libdir, afinfo->libprefix,
745 ptr = load_extension(xtables_libdir, afinfo->libprefix
    [all...]
xtoptions.c 516 struct addrinfo hints = {.ai_family = afinfo->family};
527 cb->val.hlen = (afinfo->family == NFPROTO_IPV4) ? 32 : 128;
672 struct addrinfo hints = {.ai_family = afinfo->family,
684 switch(afinfo->family) {
706 cb->val.hlen = (afinfo->family == NFPROTO_IPV4) ? 32 : 128;
    [all...]
  /external/iproute2/tc/
m_xt_old.c 70 struct afinfo afinfo = { variable in typeref:struct:afinfo
  /external/iptables/extensions/
libxt_set.h 136 if (!(req.family == afinfo->family ||

Completed in 1549 milliseconds