Searched refs:v6types (Results 1 – 1 of 1) sorted by relevance
90 static const char *v6types[] = { in pkt_type_to_string() local98 if (type >= sizeof (v6types) / sizeof (*v6types) || in pkt_type_to_string()99 v6types[type] == NULL) in pkt_type_to_string()102 return (v6types[type]); in pkt_type_to_string()