Home
last modified time | relevance | path

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

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