Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/route/
H A Droute.c1588 static const char *const msgtypes[] = { variable
1646 if (rtm->rtm_type < nitems(msgtypes)) in print_rtmsg()
1647 (void)printf("%s: ", msgtypes[rtm->rtm_type]); in print_rtmsg()