HP-UX C SIP Stack Message Layer Reference Guide (January 2008)

Authentication Header Functions 189
Control Functions
RvSipAuthenticationHeaderParse()
RvSipAuthenticationHeaderParse()
DESCRIPTION
Parses a SIP textual Authentication header into an Authentication header. All
the textual parameters are placed inside the object.
Note Before performing the parse operation, the SIP Stack resets all the header
parameters. Therefore, if the parse function fails, you will not be able to get the
previous header parameter values.
SYNTAX
RvStatus RvSipAuthenticationHeaderParse(
IN RvSipAuthenticationHeaderHandle hHeader,
IN RvChar* buffer);
PARAMETERS
hHeader
A handle to the Authentication header.
buffer
The buffer containing a textual Authentication header.
RETURN VALUES
Returns RvStatus.
REMARKS
You must construct an Authentication header before using this function.