Home
last modified time | relevance | path

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

/external/iptables/libxtables/
Dxtoptions.c475 static void *xtables_sa_host(const void *sa, unsigned int afproto) in xtables_sa_host() argument
477 if (afproto == AF_INET6) in xtables_sa_host()
479 else if (afproto == AF_INET) in xtables_sa_host()
484 static socklen_t xtables_sa_hostlen(unsigned int afproto) in xtables_sa_hostlen() argument
486 if (afproto == AF_INET6) in xtables_sa_hostlen()
488 else if (afproto == AF_INET) in xtables_sa_hostlen()