rtafidx_max       137 net/route.c    u_int8_t		   rtafidx_max;
rtafidx_max       177 net/route.c    	if ((p = malloc(sizeof(void *) * (rtafidx_max + 1), M_RTABLE,
rtafidx_max       180 net/route.c    	bzero(p, sizeof(void *) * (rtafidx_max + 1));
rtafidx_max       202 net/route.c    	rtafidx_max = 1;	/* must have NULL at index 0, so start at 1 */
rtafidx_max       207 net/route.c    			af2rtafidx[dom->dom_family] = rtafidx_max++;