Home
last modified time | relevance | path

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

/freebsd/sbin/routed/
H A Dtable.c603 static const char * const rtm_types[] = { in rtm_type_name() local
628 if (type > sizeof(rtm_types)/sizeof(rtm_types[0]) in rtm_type_name()
633 return rtm_types[type-1]; in rtm_type_name()