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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.c86 static const char *v4types[] = { local
104 if (type >= sizeof (v4types) / sizeof (*v4types) ||
105 v4types[type] == NULL)
108 return (v4types[type]);

Completed in 58 milliseconds