rt_print_buf
rt_print_buf(rt, rtbuf, sizeof(rtbuf));
rt_print_buf(rt, buf, sizeof(buf));
char *rt_print_buf(const struct rtentry *rt, char *buf, size_t bufsize);
rt_print_buf(rc->rc_rt, rtbuf, sizeof(rtbuf)),
rt_print_buf(rt, rtbuf, sizeof(rtbuf)), error);
rt_print_buf(rt, rtbuf, sizeof(rtbuf)));