Searched refs:msgtypes (Results 1 – 2 of 2) sorted by relevance
/freebsd/tests/sys/net/routing/ |
H A D | rtsock_print.h | 59 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 D | route.c | 1646 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()
|