Struct SenderTemplateObj_t

File: Network/RSVP_TE/IntServ.msg

Intserv/RSVP: Sender Template Structure

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

SenderTemplateObj_t FilterSpecObj_t

Known subclasses:

FilterSpecObj_t

Intserv/RSVP: Sender Template Structure

Fields:

Name Type Description
SrcAddress IPAddress
Lsp_Id int

Source code:

struct SenderTemplateObj_t
{
  fields:
    IPAddress SrcAddress;
    int Lsp_Id = -1;
};