Home
last modified time | relevance | path

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

/freebsd-11-stable/sbin/routed/
HDtable.c634 #define NEW_RTM_PAT "RTM type %#x" in rtm_type_name() macro
635 static char name0[sizeof(NEW_RTM_PAT)+2]; in rtm_type_name()
640 snprintf(name0, sizeof(name0), NEW_RTM_PAT, type); in rtm_type_name()
645 #undef NEW_RTM_PAT in rtm_type_name()