Query: rapi_getfd
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
rapi_getfd(3) Library Functions Manual rapi_getfd(3)NAMErapi_getfd - Get the file descriptor for the Resource ReSerVation Protocol (RSVP) daemon's socketLIBRARYRAPI Library (librsvp.so, librsvp.a)SYNOPSIS#include <rapi.h> int rapi_getfd( rapi_sid_t Sid);PARAMETERSSpecifies the session handle that was returned by a successful call to the rapi_session routine.DESCRIPTIONThe rapi_getfd() routine obtains the file descriptor associated with the UNIX socket connected to the RSVP daemon, rsvpd. An application typically calls this routine after a call to the rapi_session() routine has completed successfully and before a call to the rapi_release routine. When a socket read event is signaled on this file descriptor, the application should call the rapi_dispatch() routine. A call to the rapi_getfd() routine for different RAPI sessions might return the same file descriptor.RETURN VALUESUpon successful completion, the rapi_getfd() routine returns the file descriptor. If the session handle is illegal or undefined, the rou- tine returns a value of -1.RELATED INFORMATIONFunctions: rapi_dispatch(3), rapi_event_rtn_t(3), rapi_release(3), rapi_reserve(3), rapi_sender(3), rapi_session(3), rapi_strerror(3), rapi_version(3). Network: RSVP(7). delim off rapi_getfd(3)
Related Man Pages |
---|
rsvp(7) - osf1 |
smfi_opensocket(3n) - hpux |
rapi_dispatch(3) - osf1 |
rapi_event_rtn_t(3) - osf1 |
rapi_release(3) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Mailing 1.0 (Default branch) |
Mailing 1.1 (Default branch) |