Enum BGPType

File: src/inet/routing/bgpv4/BGPMessage/BGPHeader.msg

BGPv4 message types

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Source code:

//
// BGPv4 message types
//
enum BGPType
{

    BGP_OPEN = 1;
    BGP_UPDATE = 2;
    BGP_NOTIFICATION = 3;
    BGP_KEEPALIVE = 4;
}