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

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

Completed in 45 milliseconds