Home
last modified time | relevance | path

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

/freebsd-13.1/tests/sys/net/routing/
H A Drtsock_print.h61 static const char *const msgtypes[] = { variable
135 return (msgtypes[cmd]); in rtsock_print_cmdtype()
278 printf("%s: len %hu, pid: %d, seq %d, errno %d, flags: %s\n", msgtypes[rtm->rtm_type], in rtsock_print_rtm()
327 printf("%s: len %hu, ifindex: %d, flags: %s\n", msgtypes[ifam->ifam_type], in rtsock_print_ifa()
/freebsd-13.1/sbin/route/
H A Droute.c1549 static const char *const msgtypes[] = { variable
1607 if (rtm->rtm_type < nitems(msgtypes)) in print_rtmsg()
1608 (void)printf("%s: ", msgtypes[rtm->rtm_type]); in print_rtmsg()