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

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

Completed in 532 milliseconds