Home
last modified time | relevance | path

Searched refs:afproto (Results 1 – 1 of 1) sorted by relevance

/external/iptables/libxtables/
Dxtoptions.c491 static void *xtables_sa_host(const void *sa, unsigned int afproto) in xtables_sa_host() argument
493 if (afproto == AF_INET6) in xtables_sa_host()
495 else if (afproto == AF_INET) in xtables_sa_host()
500 static socklen_t xtables_sa_hostlen(unsigned int afproto) in xtables_sa_hostlen() argument
502 if (afproto == AF_INET6) in xtables_sa_hostlen()
504 else if (afproto == AF_INET) in xtables_sa_hostlen()