Variables

RoutingTableParser.cc File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "RoutingTableParser.h"
#include "IPv4InterfaceData.h"

Go to the source code of this file.

Variables

const int MAX_FILESIZE = 10000
const int MAX_ENTRY_STRING_SIZE = 500
const char * IFCONFIG_START_TOKEN = "ifconfig:"
const char * IFCONFIG_END_TOKEN = "ifconfigend."
const char * ROUTE_START_TOKEN = "route:"
const char * ROUTE_END_TOKEN = "routeend."

Variable Documentation

const char * IFCONFIG_END_TOKEN = "ifconfigend."

Definition at line 40 of file RoutingTableParser.cc.

Referenced by RoutingTableParser::readRoutingTableFromFile().

const char* IFCONFIG_START_TOKEN = "ifconfig:"

Definition at line 39 of file RoutingTableParser.cc.

Referenced by RoutingTableParser::readRoutingTableFromFile().

const int MAX_ENTRY_STRING_SIZE = 500
const int MAX_FILESIZE = 10000
const char * ROUTE_END_TOKEN = "routeend."

Definition at line 42 of file RoutingTableParser.cc.

Referenced by RoutingTableParser::readRoutingTableFromFile().

const char * ROUTE_START_TOKEN = "route:"