Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.c86 static const char *v4types[] = { in pkt_type_to_string() local
104 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()