rapi_fmt_flowspec()

The rapi_fmt_flowspec() call formats flowspec information as a printable string.

Syntax

#include <rsvprapi.h>

void rapi_fmt_flowspec(
       rapi_flowspec_t *pflowspec,
       char            *buffer,
       int              length);

Parameters

pflowspec

buffer length

Description

The rapi_fmt_flowspec() call formats the information in a flowspec into the buffer, in a form suitable for printing. The output information is truncated if the buffer is too small.

Return Values

None.

Related Calls


[Back: rapi_fmt_filtspec()]
[Next: rapi_fmt_tspec()]