#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." |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1