print_rtmsg
print_rtmsg((struct rt_msghdr *)msg, n);
print_rtmsg(&rtm, l);
static void print_rtmsg(struct rt_msghdr *rtm, int msglen);
print_rtmsg(rtm, rtm->rtm_msglen);
print_rtmsg(rtm, rlen);