rapi_fmt_flowspec - format a flowspec
#include <rapi.h>
void rapi_fmt_flowspec(
rapi_flowspec_t *specp, /* Addr of RAPI flowspec */
char *buffer, /* Addr of buffer */
int length /* Length of buffer */
)
Therapi_fmt_flowspec() call formats a given RAPI flowspec into a buffer of given address and length. The output is truncated if the length is too small.
Contents | Next section | Index |