Searched refs:afinfo (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/include/
H A Dxt-internal.h9 struct afinfo { struct
54 extern struct afinfo afinfo;
/external/iproute2/
H A Dconfigure77 struct afinfo afinfo = {
117 struct afinfo afinfo = {
/external/iptables/iptables/
H A Dxshared.h89 extern const struct xtables_afinfo *afinfo;
/external/iptables/libxtables/
H A Dxtables.c171 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
[all...]
H A Dxtoptions.c516 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;
/external/iproute2/tc/
H A Dm_xt_old.c70 struct afinfo afinfo = { variable in typeref:struct:afinfo

Completed in 100 milliseconds