Struct SenderTemplateObj_t

File: src/networklayer/rsvp_te/IntServ.msg

Intserv/RSVP: Sender Template Structure

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Known subclasses:

FilterSpecObj_t (struct)

Intserv/RSVP: Sender Template Structure

Fields:

Name Type Description
Lsp_Id int
SrcAddress IPAddress

Source code:

//
// Intserv/RSVP: Sender Template Structure
//
struct SenderTemplateObj_t
{
    IPAddress SrcAddress;
    int Lsp_Id = -1;
}