![]() |
Flowgrind
Advanced TCP traffic generator
|
RPC related functions used by the Flowgrind controller flowgrind-stop. More...
#include "config.h"#include <stdlib.h>#include <stdbool.h>#include <string.h>#include "fg_rpc_client.h"Go to the source code of this file.
Functions | |
| void | parse_rpc_address (char **rpc_address, int *port, bool *is_ipv6) |
| Parse RPC address for the xmlrpc control connection. More... | |
RPC related functions used by the Flowgrind controller flowgrind-stop.
Definition in file fg_rpc_client.c.
| void parse_rpc_address | ( | char ** | rpc_address, |
| int * | port, | ||
| bool * | is_ipv6 | ||
| ) |
Parse RPC address for the xmlrpc control connection.
| [in,out] | rpc_address | string in format CONTROL[:PORT]. It will be truncated to CONTROL |
| [out] | port | port if the control address rpc_address contains a port |
| [out] | is_ipv6 | true if control address rpc_address is a numerical |
Definition at line 40 of file fg_rpc_client.c.