HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
Message Type Definitions 891
String Name Type Definitions
RvSipViaHeaderStringName
RvSipViaHeaderStringName
DESCRIPTION
Defines all Via header parameters that are kept in the object in a string format.
This enumeration is defined in the RvSipViaHeader.h header file.
SYNTAX
typedef enum{
RVSIP_VIA_TRANSPORT,
RVSIP_VIA_HOST,
RVSIP_VIA_MADDR_PARAM,
RVSIP_VIA_RECEIVED_PARAM,
RVSIP_VIA_BRANCH_PARAM,
RVSIP_VIA_OTHER_PARAMS,
RVSIP_VIA_COMP_PARAM,
RVSIP_VIA_BAD_SYNTAX
}RvSipViaHeaderStringName;