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

  /external/iproute2/include/
xt-internal.h 9 struct afinfo { struct
54 extern struct afinfo afinfo;
  /external/iproute2/tc/
m_xt_old.c 70 struct afinfo afinfo = { variable in typeref:struct:afinfo
  /external/iptables/libxtables/
xtables.c 171 const struct xtables_afinfo *afinfo; variable in typeref:struct:xtables_afinfo
222 afinfo = &afinfo_ipv4;
225 afinfo = &afinfo_ipv6;
411 if (proc_file_exists(afinfo->proc_exists)) {
416 ret = xtables_insmod(afinfo->kmod, modprobe, quiet);
648 ptr = load_extension(xtables_libdir, afinfo->libprefix,
721 ptr = load_extension(xtables_libdir, afinfo->libprefix,
754 sockfd = socket(afinfo->family, SOCK_RAW, IPPROTO_RAW);
781 max_rev = getsockopt(sockfd, afinfo->ipproto, opt, &rev, &s);
804 return compatible_revision(name, revision, afinfo->so_rev_match)
    [all...]

Completed in 175 milliseconds