Home
last modified time | relevance | path

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

/freebsd/tests/sys/net/routing/
H A Drtsock_print.h59 static const char *const msgtypes[] = { variable
133 return (msgtypes[cmd]); in rtsock_print_cmdtype()
276 printf("%s: len %hu, pid: %d, seq %d, errno %d, flags: %s\n", msgtypes[rtm->rtm_type], in rtsock_print_rtm()
325 printf("%s: len %hu, ifindex: %d, flags: %s\n", msgtypes[ifam->ifam_type], in rtsock_print_ifa()
/freebsd/sbin/route/
H A Droute.c1646 static const char *const msgtypes[] = { variable
1705 if (rtm->rtm_type < nitems(msgtypes)) in print_rtmsg()
1706 (void)printf("%s: ", msgtypes[rtm->rtm_type]); in print_rtmsg()