- ND_TCHECK2(bp[0], 4);
- ND_PRINT((ndo, " [%s ->", ipaddr_string(ndo, laddr)));
- ND_PRINT((ndo, " %s, (%d/%d)]",
- ipaddr_string(ndo, bp), metric, thresh));
+ ND_TCHECK_4(bp);
+ ND_PRINT(" [%s ->", ipaddr_string(ndo, laddr));
+ ND_PRINT(" %s, (%u/%u)]",
+ ipaddr_string(ndo, bp), metric, thresh);