Searched refs:v4types (Results 1 – 1 of 1) sorted by relevance
86 static const char *v4types[] = { in pkt_type_to_string() local104 if (type >= sizeof (v4types) / sizeof (*v4types) || in pkt_type_to_string()105 v4types[type] == NULL) in pkt_type_to_string()108 return (v4types[type]); in pkt_type_to_string()