typedef struct EVT_ReferralAddress { int type; int length; char *address; };
indicates the address type.
length of the referral address.
Pointer to the address.