Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-rip.c302 u_int len, routecount; in rip_print() local
343 routecount = length / RIP_ROUTELEN; in rip_print()
344 ND_PRINT(", routes: %u", routecount); in rip_print()
365 routecount = length / RIP_ROUTELEN; in rip_print()
366 ND_PRINT(", routes: %u or less", routecount); in rip_print()