Previous section.

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

NAME

rapi_fmt_filtspec - format a filter spec

SYNOPSIS

#include <rapi.h>

void rapi_fmt_filtspec(
    rapi_filter_t    *filtp,    /* Addr of RAPI Filt Spec */
    char             *buffer,   /* Addr of buffer         */
    int               length    /* Length of buffer       */
)


DESCRIPTION

The rapi_fmt_filtspec() call formats a given RAPI filter spec into a buffer of given address and length. The output is truncated if the length is too small.

Contents Next section Index