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

Authentication Header Functions 199
Get and Set Functions
RvSipAuthenticationHeaderSetRealm()
RvSipAuthenticationHeaderSetRealm()
DESCRIPTION
Sets the realm string in the Authentication header.
SYNTAX
RvStatus RvSipAuthenticationHeaderSetRealm(
IN RvSipAuthenticationHeaderHandle hHeader,
IN RvChar* pRealm);
PARAMETERS
hHeader
The handle to the Authentication header.
pRealm
The realm to be set in the Authentication header. If a NULL value is supplied,
the existing realm string in the header is removed.
RETURN VALUES
Returns RvStatus.