Searched refs:NHOP_PRINT_BUFSIZE (Results 1 – 9 of 9) sorted by relevance
| /src/sys/net/route/ |
| H A D | route_helpers.c | 269 char nhbuf[NHOP_PRINT_BUFSIZE] __unused; in notify_add() 285 char nhbuf[NHOP_PRINT_BUFSIZE] __unused; in notify_del() 322 char buf_old[NHOP_PRINT_BUFSIZE], buf_new[NHOP_PRINT_BUFSIZE]; in decompose_change_notification() 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 | nhgrp.c | 180 char nhgrp_buf[NHOP_PRINT_BUFSIZE] __unused; in link_nhgrp() 213 char nhgrp_buf[NHOP_PRINT_BUFSIZE]; in unlink_nhgrp() 338 char nhgbuf[NHOP_PRINT_BUFSIZE] __unused; in nhgrp_ctl_unlink_all()
|
| H A D | route_ctl.c | 638 char nhbuf[NHOP_PRINT_BUFSIZE], rtbuf[NHOP_PRINT_BUFSIZE]; in rib_copy_route() 675 char buf[NHOP_PRINT_BUFSIZE]; in rib_copy_route() 1331 char buf_old[NHOP_PRINT_BUFSIZE], buf_new[NHOP_PRINT_BUFSIZE]; in change_route_conditional() 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 | 529 char nhbuf[NHOP_PRINT_BUFSIZE]; in finalize_nhop() 538 char nhbuf[NHOP_PRINT_BUFSIZE] __unused; in finalize_nhop() 603 char nhbuf[NHOP_PRINT_BUFSIZE] __unused; in nhop_free() 632 char nhbuf[NHOP_PRINT_BUFSIZE]; in nhop_free()
|
| H A D | route_debug.h | 174 #define NHOP_PRINT_BUFSIZE 48 macro
|
| H A D | nhgrp_ctl.c | 404 char nhgbuf[NHOP_PRINT_BUFSIZE] __unused; in destroy_nhgrp()
|
| /src/sys/netlink/route/ |
| H A D | nexthop.c | 281 char nhbuf[NHOP_PRINT_BUFSIZE]; in clone_unhop() 519 char nhbuf[NHOP_PRINT_BUFSIZE]; in delete_unhop() 531 char nhbuf[NHOP_PRINT_BUFSIZE]; in delete_unhop() 871 char nhbuf[NHOP_PRINT_BUFSIZE]; in newnhop()
|
| H A D | rt.c | 668 char rtbuf[NHOP_PRINT_BUFSIZE] __unused, nhbuf[NHOP_PRINT_BUFSIZE] __unused; in handle_rtm_getroute() 1090 char rtbuf[NHOP_PRINT_BUFSIZE] __unused; in rtnl_handle_route_event()
|
| H A D | neigh.c | 147 char llebuf[NHOP_PRINT_BUFSIZE]; in dump_lle_locked()
|