BgpUpdateWithdrawnRoutes
struct(no description)
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Fields
| Name | Type | Description |
|---|---|---|
| length | unsigned char |
1 octet |
| prefix | Ipv4Address |
4 octets |
Source code
struct BgpUpdateWithdrawnRoutes { @packetData; unsigned char length; // 1 octet Ipv4Address prefix; // 4 octets }File: src/inet/routing/bgpv4/bgpmessage/BgpHeader.msg