Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.c107 static const char *v6types[] = { in pkt_type_to_string() local
115 if (type >= sizeof (v6types) / sizeof (*v6types) || in pkt_type_to_string()
116 v6types[type] == NULL) in pkt_type_to_string()
119 return (v6types[type]); in pkt_type_to_string()