#include "main.h"
#include "OpenFlow.h"
#include "CLIInterface.h"
Go to the source code of this file.
|
| void | openFlow_saveHandle (NETSIM_ID d, UINT id, void *handle) |
| |
| ptrHANDLEINFO | openFlow_getHandle (NETSIM_ID d, UINT id) |
| |
| static bool | validate_input (CLIHANDLE handle, ptrCOMMANDARRAY cmd) |
| |
| bool | openflow_multiple_response_handler (ptrMULTARG arg, char *msg, int len, bool isMore) |
| |
| void | handle_cli_input () |
| |
| char * | openFlow_execute_command (void *handle, NETSIM_ID d, UINT id, int *len, bool *isMore) |
| |
| void | openFlow_print_response (NETSIM_ID d, UINT id, void *msg, int len, bool isMore) |
| |
◆ MULTARG
◆ ptrMULTARG
◆ handle_cli_input()
| void handle_cli_input |
( |
| ) |
|
◆ openFlow_execute_command()
| char * openFlow_execute_command |
( |
void * |
handle, |
|
|
NETSIM_ID |
d, |
|
|
UINT |
id, |
|
|
int * |
len, |
|
|
bool * |
isMore |
|
) |
| |
◆ openFlow_getHandle()
◆ openflow_multiple_response_handler()
| bool openflow_multiple_response_handler |
( |
ptrMULTARG |
arg, |
|
|
char * |
msg, |
|
|
int |
len, |
|
|
bool |
isMore |
|
) |
| |
◆ openFlow_print_response()
| void openFlow_print_response |
( |
NETSIM_ID |
d, |
|
|
UINT |
id, |
|
|
void * |
msg, |
|
|
int |
len, |
|
|
bool |
isMore |
|
) |
| |
◆ openFlow_saveHandle()
◆ validate_input()