Searched refs:NGATEWAYS (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.sbin/traceroute/
H A Dtraceroute.c264 #define NGATEWAYS ((int)((MAX_IPOPTLEN - IPOPT_MINOFF - 1) / sizeof(u_int32_t))) macro
335 static u_int32_t gwlist[NGATEWAYS + 1];
517 if (lsrr >= NGATEWAYS)
518 errx(1, "more than %d gateways", NGATEWAYS);

Completed in 179 milliseconds