Home
last modified time | relevance | path

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

/external/iputils/
Dping6.c262 static int niquery_option_ipv6_flag_handler(int index, const char *arg);
273 NIQUERY_OPTION("ipv6-all", 0, NI_IPV6ADDR_F_ALL, niquery_option_ipv6_flag_handler),
274 NIQUERY_OPTION("ipv6-compatible", 0, NI_IPV6ADDR_F_COMPAT, niquery_option_ipv6_flag_handler),
275 NIQUERY_OPTION("ipv6-linklocal", 0, NI_IPV6ADDR_F_LINKLOCAL, niquery_option_ipv6_flag_handler),
276 NIQUERY_OPTION("ipv6-sitelocal", 0, NI_IPV6ADDR_F_SITELOCAL, niquery_option_ipv6_flag_handler),
277 NIQUERY_OPTION("ipv6-global", 0, NI_IPV6ADDR_F_GLOBAL, niquery_option_ipv6_flag_handler),
408 static int niquery_option_ipv6_flag_handler(int index, const char *arg) in niquery_option_ipv6_flag_handler() function