Searched defs:rtm_types (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c675 static const char *rtm_types[] = { local
696 if (type > sizeof (rtm_types) / sizeof (rtm_types[0]) || type == 0) {
700 return (rtm_types[type-1]);

Completed in 73 milliseconds