Searched refs:buf_new (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/net/route/ |
H A D | route_helpers.c | 322 char buf_old[NHOP_PRINT_BUFSIZE], buf_new[NHOP_PRINT_BUFSIZE]; in decompose_change_notification() local 324 nhop_print_buf_any(rc->rc_nh_new, buf_new, NHOP_PRINT_BUFSIZE); in decompose_change_notification() 325 FIB_NH_LOG(LOG_DEBUG, wn_old[0].nh, "change %s -> %s", buf_old, buf_new); in decompose_change_notification()
|
H A D | route_ctl.c | 1331 char buf_old[NHOP_PRINT_BUFSIZE], buf_new[NHOP_PRINT_BUFSIZE]; in change_route_conditional() local 1333 nhop_print_buf_any(rnd_new->rnd_nhop, buf_new, NHOP_PRINT_BUFSIZE); in change_route_conditional() 1335 "trying change %s -> %s", buf_old, buf_new); in change_route_conditional()
|