Home
last modified time | relevance | path

Searched refs:rt_print_buf (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net/route/
H A Droute_debug.h182 char *rt_print_buf(const struct rtentry *rt, char *buf, size_t bufsize);
H A Droute_ctl.c639 rt_print_buf(rt, rtbuf, sizeof(rtbuf)); in rib_copy_route()
675 rt_print_buf(rt_new, buf, sizeof(buf)); in rib_copy_route()
H A Droute_helpers.c631 rt_print_buf(const struct rtentry *rt, char *buf, size_t bufsize) in rt_print_buf() function
/freebsd/sys/netlink/route/
H A Drt.c562 rt_print_buf(rt, rtbuf, sizeof(rtbuf)), error); in dump_rtentry()
653 rt_print_buf(rt, rtbuf, sizeof(rtbuf))); in handle_rtm_getroute()
1070 rt_print_buf(rc->rc_rt, rtbuf, sizeof(rtbuf)), in rtnl_handle_route_event()