ReactOS 0.4.16-dev-942-g91fadeb
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <stdio.h>
#include <malloc.h>
#include <winsock2.h>
#include <iphlpapi.h>
#include <tchar.h>
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | _INC_WINDOWS |
#define | IPBUF 17 |
#define | IN_ADDR_OF(x) *((struct in_addr *)&(x)) |
Functions | |
static int | Usage () |
static int | PrintRoutes () |
static int | convert_add_cmd_line (PMIB_IPFORWARDROW RowToAdd, int argc, TCHAR **argv) |
static int | add_route (int argc, TCHAR **argv) |
static int | del_route (int argc, TCHAR **argv) |
int | _tmain (int argc, TCHAR **argv) |
Definition at line 213 of file route.c.
Referenced by _tmain().
|
static |
Definition at line 162 of file route.c.
Referenced by add_route(), and del_route().
Definition at line 237 of file route.c.
Referenced by _tmain().
|
static |
Definition at line 41 of file route.c.
Referenced by _tmain().