Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.h43 #define IPV4_ROUTE_TABLE_SIZE (5) /* Number of entries in the table */ macro
H A Dipv4.c61 static struct routing table[IPV4_ROUTE_TABLE_SIZE];
314 for (i = 0; table_entry == -1 && i < IPV4_ROUTE_TABLE_SIZE; i++) { in find_route()
354 for (index = 0; index < IPV4_ROUTE_TABLE_SIZE; index++) in ipv4_route()