EVT_ReferralAddress

Structure

  typedef struct EVT_ReferralAddress {
      int      type;
      int      length;
      char    *address;
  };
  

Fields

type

indicates the address type.

length

length of the referral address.

address

Pointer to the address.