Previous section.

Resource ReSerVation Protocol API (RAPI)
Copyright © 1998 The Open Group

NAME

rapi_fmt_flowspec - format a flowspec

SYNOPSIS

#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      */
)


DESCRIPTION

The rapi_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