Searched refs:nhop_print_buf_any (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/net/route/ |
H A D | route_debug.h | 176 char *nhop_print_buf_any(const struct nhop_object *nh, char *buf, size_t bufsize);
|
H A D | route_helpers.c | 323 nhop_print_buf_any(rc->rc_nh_old, buf_old, NHOP_PRINT_BUFSIZE); in decompose_change_notification() 324 nhop_print_buf_any(rc->rc_nh_new, buf_new, NHOP_PRINT_BUFSIZE); in decompose_change_notification()
|
H A D | route_ctl.c | 638 nhop_print_buf_any(nh_src, nhbuf, sizeof(nhbuf)); in rib_copy_route() 1332 nhop_print_buf_any(rnd_orig->rnd_nhop, buf_old, NHOP_PRINT_BUFSIZE); in change_route_conditional() 1333 nhop_print_buf_any(rnd_new->rnd_nhop, buf_new, NHOP_PRINT_BUFSIZE); in change_route_conditional()
|
H A D | nhop_ctl.c | 1170 nhop_print_buf_any(const struct nhop_object *nh, char *buf, size_t bufsize) in nhop_print_buf_any() function
|
/freebsd/sys/netlink/route/ |
H A D | nexthop.c | 282 nhop_print_buf_any(unhop->un_nhop_src, nhbuf, sizeof(nhbuf)); in clone_unhop() 520 nhop_print_buf_any(unhop_base->un_nhop, nhbuf, sizeof(nhbuf)); in delete_unhop() 532 nhop_print_buf_any(unhop_chain->un_nhop, in delete_unhop()
|
H A D | rt.c | 665 nhop_print_buf_any(rnd.rnd_nhop, nhbuf, sizeof(nhbuf)), in handle_rtm_dump()
|