HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
Authentication-Info Header Functions 245
Get and Set Functions
RvSipAuthenticationInfoHeaderSetCNonce()
RvSipAuthenticationInfoHeaderSetCNonce()
DESCRIPTION
Sets the cnonce string in the Authentication-Info header.
SYNTAX
RvStatus RvSipAuthenticationInfoHeaderSetCNonce(
IN RvSipAuthenticationInfoHeaderHandle hHeader,
IN RvChar* pCNonce);
PARAMETERS
hHeader
The handle to the Authentication-Info header.
pCNonce
The cnonce string to be set in the Authentication-Info header. If a NULL value
is supplied, the existing cnonce string in the header is removed.
RETURN VALUES
Returns RvStatus.