|
INET Framework for OMNeT++/OMNEST
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include "RoutingTableParser.h"#include "IPv4InterfaceData.h"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." |
| const char * IFCONFIG_END_TOKEN = "ifconfigend." |
Referenced by RoutingTableParser::readRoutingTableFromFile().
| const char* IFCONFIG_START_TOKEN = "ifconfig:" |
Referenced by RoutingTableParser::readRoutingTableFromFile().
| const int MAX_ENTRY_STRING_SIZE = 500 |
Referenced by RoutingTableParser::parseInterfaces(), and RoutingTableParser::parseRouting().
| const int MAX_FILESIZE = 10000 |
| const char * ROUTE_END_TOKEN = "routeend." |
Referenced by RoutingTableParser::readRoutingTableFromFile().
| const char * ROUTE_START_TOKEN = "route:" |
Referenced by RoutingTableParser::parseRouting(), and RoutingTableParser::readRoutingTableFromFile().