Home
last modified time | relevance | path

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

/mirbsd/src/sys/netipx/
Dipx_input.c226 if (ipx->ipx_tc < IPX_MAXHOPS) { in ipxintr()
330 if (ipx->ipx_tc > IPX_MAXHOPS) {
353 agedelta += IPX_MAXHOPS - ipx->ipx_tc;
354 ipx->ipx_tc = IPX_MAXHOPS;
Dipx.h91 #define IPX_MAXHOPS 15 macro