Resource ReSerVation Protocol API

This table briefly describes each RSVP API call, and provides links to the syntax, parameters, and other appropriate information for these calls:

RSVP API Quick Reference

┌──────────────────────────────────────────────────────────────────┐
│RSVP Call                Description                              │
├──────────────────────────────────────────────────────────────────┤
│rapi_dispatch()          Dispatches an RSVP event                 │
├──────────────────────────────────────────────────────────────────┤
│rapi_fmt_adspec()        Formats adspec information for printng   │
├──────────────────────────────────────────────────────────────────┤
│rapi_fmt_filtspec()      Formats filterspec information for       │
│                         printing                                 │
├──────────────────────────────────────────────────────────────────┤
│rapi_fmt_flowspec()      Formats flowspec information for printing│
├──────────────────────────────────────────────────────────────────┤
│rapi_fmt_tspec()         Formats tspec information for printing   │
├──────────────────────────────────────────────────────────────────┤
│rapi_getfd()             Gets the alert socket for a session      │
├──────────────────────────────────────────────────────────────────┤
│rapi_release()           Ends an RSVP session                     │
├──────────────────────────────────────────────────────────────────┤
│rapi_reserve()           Makes a reservation to be a receiver     │
├──────────────────────────────────────────────────────────────────┤
│rapi_sender()            Specifies parameters to become a sender  │
├──────────────────────────────────────────────────────────────────┤
│rapi_session()           Starts an RSVP session                   │
├──────────────────────────────────────────────────────────────────┤
│rapi_version()           Gets the RSVP version                    │
├──────────────────────────────────────────────────────────────────┤
│user_rapi_callback()     Initializes the user callback function   │
└──────────────────────────────────────────────────────────────────┘


[Back: ping()]
[Next: Return Values and Definitions]