Searched refs:rt_print_buf (Results 1 – 4 of 4) sorted by relevance
| /src/sys/net/route/ |
| H A D | route_debug.h | 182 char *rt_print_buf(const struct rtentry *rt, char *buf, size_t bufsize);
|
| H A D | route_ctl.c | 640 rt_print_buf(rt, rtbuf, sizeof(rtbuf)); in rib_copy_route() 676 rt_print_buf(rt, buf, sizeof(buf)); in rib_copy_route()
|
| H A D | route_helpers.c | 631 rt_print_buf(const struct rtentry *rt, char *buf, size_t bufsize) in rt_print_buf() function
|
| /src/sys/netlink/route/ |
| H A D | rt.c | 580 rt_print_buf(rt, rtbuf, sizeof(rtbuf)), error); in dump_rtentry() 671 rt_print_buf(rt, rtbuf, sizeof(rtbuf))); in handle_rtm_getroute() 1094 rt_print_buf(rc->rc_rt, rtbuf, sizeof(rtbuf)), in rtnl_handle_route_event()
|