IPV4_ROUTE_TABLE_SIZE
for (i = 0; table_entry == -1 && i < IPV4_ROUTE_TABLE_SIZE; i++) {
for (index = 0; index < IPV4_ROUTE_TABLE_SIZE; index++)
static struct routing table[IPV4_ROUTE_TABLE_SIZE];