Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.c103 static const char *v4types[] = { in pkt_type_to_string() local
121 if (type >= sizeof (v4types) / sizeof (*v4types) || in pkt_type_to_string()
122 v4types[type] == NULL) in pkt_type_to_string()
125 return (v4types[type]); in pkt_type_to_string()