Searched refs:niquery_option_ipv6_flag_handler (Results 1 – 1 of 1) sorted by relevance
/external/iputils/ |
D | ping6.c | 267 static int niquery_option_ipv6_flag_handler(int index, const char *arg); 278 NIQUERY_OPTION("ipv6-all", 0, NI_IPV6ADDR_F_ALL, niquery_option_ipv6_flag_handler), 279 NIQUERY_OPTION("ipv6-compatible", 0, NI_IPV6ADDR_F_COMPAT, niquery_option_ipv6_flag_handler), 280 NIQUERY_OPTION("ipv6-linklocal", 0, NI_IPV6ADDR_F_LINKLOCAL, niquery_option_ipv6_flag_handler), 281 NIQUERY_OPTION("ipv6-sitelocal", 0, NI_IPV6ADDR_F_SITELOCAL, niquery_option_ipv6_flag_handler), 282 NIQUERY_OPTION("ipv6-global", 0, NI_IPV6ADDR_F_GLOBAL, niquery_option_ipv6_flag_handler), 413 static int niquery_option_ipv6_flag_handler(int index, const char *arg) in niquery_option_ipv6_flag_handler() function
|