HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
Message Type Definitions 897
Message API Type Definitions
RvSipAuthQopOption
RvSipAuthQopOption
DESCRIPTION
The enumeration used to indicate the authentication Qop options.
SYNTAX
typedef enum{
RVSIP_AUTH_QOP_UNDEFINED = -1,
RVSIP_AUTH_QOP_OTHER,
RVSIP_AUTH_QOP_AUTH_ONLY,
RVSIP_AUTH_QOP_AUTHINT_ONLY,
RVSIP_AUTH_QOP_AUTH_AND_AUTHINT,
}RvSipAuthQopOption;