cisco_ios_xr_ipv4_ospf_oper_ospf_processes_process_default_vrf_areas_area_neighbor_details_neighbor_detail

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Cisco-IOS-XR-ipv4-ospf-oper:ospf/processes/process/default-vrf/areas/area/neighbor-details/neighbor-detail

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OspfShNeighbor

type OspfShNeighbor struct {
	// Neighbor ID
	NeighborId string `protobuf:"bytes,1,opt,name=neighbor_id,json=neighborId,proto3" json:"neighbor_id,omitempty"`
	// Neighbor IP Address
	NeighborAddress string `protobuf:"bytes,2,opt,name=neighbor_address,json=neighborAddress,proto3" json:"neighbor_address,omitempty"`
	// Interface via which the neighbor is seen
	NeighborInterfaceName string `` /* 126-byte string literal not displayed */
	// Neighbor's DR priority
	NeighborDrPriority uint32 `protobuf:"varint,4,opt,name=neighbor_dr_priority,json=neighborDrPriority,proto3" json:"neighbor_dr_priority,omitempty"`
	// Neighbor's state
	NeighborState string `protobuf:"bytes,5,opt,name=neighbor_state,json=neighborState,proto3" json:"neighbor_state,omitempty"`
	// Designated Router state
	DrBdrState string `protobuf:"bytes,6,opt,name=dr_bdr_state,json=drBdrState,proto3" json:"dr_bdr_state,omitempty"`
	// Time until neighbor's dead timer expires (s)
	NeighborDeadTimer uint32 `protobuf:"varint,7,opt,name=neighbor_dead_timer,json=neighborDeadTimer,proto3" json:"neighbor_dead_timer,omitempty"`
	// Amount of time since the adjacency is up (s)
	NeighborUpTime uint32 `protobuf:"varint,8,opt,name=neighbor_up_time,json=neighborUpTime,proto3" json:"neighbor_up_time,omitempty"`
	// Interface is MADJ
	NeighborMadjInterface bool `` /* 127-byte string literal not displayed */
	// Neighbor BFD information
	NeighborBfdInformation *OspfShNeighborBfd `` /* 130-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{}           `json:"-"`
	XXX_unrecognized       []byte             `json:"-"`
	XXX_sizecache          int32              `json:"-"`
}

OSPF Neighbor Summary Information

func (*OspfShNeighbor) Descriptor

func (*OspfShNeighbor) Descriptor() ([]byte, []int)

func (*OspfShNeighbor) GetDrBdrState

func (m *OspfShNeighbor) GetDrBdrState() string

func (*OspfShNeighbor) GetNeighborAddress

func (m *OspfShNeighbor) GetNeighborAddress() string

func (*OspfShNeighbor) GetNeighborBfdInformation

func (m *OspfShNeighbor) GetNeighborBfdInformation() *OspfShNeighborBfd

func (*OspfShNeighbor) GetNeighborDeadTimer

func (m *OspfShNeighbor) GetNeighborDeadTimer() uint32

func (*OspfShNeighbor) GetNeighborDrPriority

func (m *OspfShNeighbor) GetNeighborDrPriority() uint32

func (*OspfShNeighbor) GetNeighborId

func (m *OspfShNeighbor) GetNeighborId() string

func (*OspfShNeighbor) GetNeighborInterfaceName

func (m *OspfShNeighbor) GetNeighborInterfaceName() string

func (*OspfShNeighbor) GetNeighborMadjInterface

func (m *OspfShNeighbor) GetNeighborMadjInterface() bool

func (*OspfShNeighbor) GetNeighborState

func (m *OspfShNeighbor) GetNeighborState() string

func (*OspfShNeighbor) GetNeighborUpTime

func (m *OspfShNeighbor) GetNeighborUpTime() uint32

func (*OspfShNeighbor) ProtoMessage

func (*OspfShNeighbor) ProtoMessage()

func (*OspfShNeighbor) Reset

func (m *OspfShNeighbor) Reset()

func (*OspfShNeighbor) String

func (m *OspfShNeighbor) String() string

func (*OspfShNeighbor) XXX_DiscardUnknown

func (m *OspfShNeighbor) XXX_DiscardUnknown()

func (*OspfShNeighbor) XXX_Marshal

func (m *OspfShNeighbor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OspfShNeighbor) XXX_Merge

func (dst *OspfShNeighbor) XXX_Merge(src proto.Message)

func (*OspfShNeighbor) XXX_Size

func (m *OspfShNeighbor) XXX_Size() int

func (*OspfShNeighbor) XXX_Unmarshal

func (m *OspfShNeighbor) XXX_Unmarshal(b []byte) error

type OspfShNeighborBfd

type OspfShNeighborBfd struct {
	// BFD enable mode - Default/Strict
	BfdIntfEnableMode uint32 `protobuf:"varint,1,opt,name=bfd_intf_enable_mode,json=bfdIntfEnableMode,proto3" json:"bfd_intf_enable_mode,omitempty"`
	// Status of the BFD Session
	BfdStatusFlag        uint32   `protobuf:"varint,2,opt,name=bfd_status_flag,json=bfdStatusFlag,proto3" json:"bfd_status_flag,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

OSPF Neighbor BFD information

func (*OspfShNeighborBfd) Descriptor

func (*OspfShNeighborBfd) Descriptor() ([]byte, []int)

func (*OspfShNeighborBfd) GetBfdIntfEnableMode

func (m *OspfShNeighborBfd) GetBfdIntfEnableMode() uint32

func (*OspfShNeighborBfd) GetBfdStatusFlag

func (m *OspfShNeighborBfd) GetBfdStatusFlag() uint32

func (*OspfShNeighborBfd) ProtoMessage

func (*OspfShNeighborBfd) ProtoMessage()

func (*OspfShNeighborBfd) Reset

func (m *OspfShNeighborBfd) Reset()

func (*OspfShNeighborBfd) String

func (m *OspfShNeighborBfd) String() string

func (*OspfShNeighborBfd) XXX_DiscardUnknown

func (m *OspfShNeighborBfd) XXX_DiscardUnknown()

func (*OspfShNeighborBfd) XXX_Marshal

func (m *OspfShNeighborBfd) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OspfShNeighborBfd) XXX_Merge

func (dst *OspfShNeighborBfd) XXX_Merge(src proto.Message)

func (*OspfShNeighborBfd) XXX_Size

func (m *OspfShNeighborBfd) XXX_Size() int

func (*OspfShNeighborBfd) XXX_Unmarshal

func (m *OspfShNeighborBfd) XXX_Unmarshal(b []byte) error

type OspfShNeighborDetail

type OspfShNeighborDetail struct {
	// Neighbor summary information
	NeighborSummary *OspfShNeighbor `protobuf:"bytes,50,opt,name=neighbor_summary,json=neighborSummary,proto3" json:"neighbor_summary,omitempty"`
	// Area ID string in decimal or dotted-decimal format
	NeighborAreaId string `protobuf:"bytes,51,opt,name=neighbor_area_id,json=neighborAreaId,proto3" json:"neighbor_area_id,omitempty"`
	// Number of state changes
	StateChangeCount uint32 `protobuf:"varint,52,opt,name=state_change_count,json=stateChangeCount,proto3" json:"state_change_count,omitempty"`
	// Cost of path to this neighbor
	NeighborCost uint32 `protobuf:"varint,53,opt,name=neighbor_cost,json=neighborCost,proto3" json:"neighbor_cost,omitempty"`
	// If true, filter outgoing LSAs
	NeighborFilter bool `protobuf:"varint,54,opt,name=neighbor_filter,json=neighborFilter,proto3" json:"neighbor_filter,omitempty"`
	// Address of designated router
	NeighborDesignatedRouterAddress string `` /* 159-byte string literal not displayed */
	// Address of backup designated router
	NeighborBackupDesignatedRouterAddress string `` /* 179-byte string literal not displayed */
	// Interface type
	InterfaceType string `protobuf:"bytes,57,opt,name=interface_type,json=interfaceType,proto3" json:"interface_type,omitempty"`
	// Poll interval (s)
	PollInterval uint32 `protobuf:"varint,58,opt,name=poll_interval,json=pollInterval,proto3" json:"poll_interval,omitempty"`
	// For NBMA networks, amount of time remaining in seconds before the next poll interval expires and Hello is sent (s)
	NextPollInterval uint32 `protobuf:"varint,59,opt,name=next_poll_interval,json=nextPollInterval,proto3" json:"next_poll_interval,omitempty"`
	//  This is bitmaks of neighbor's option field received
	NeighborOption uint32 `protobuf:"varint,60,opt,name=neighbor_option,json=neighborOption,proto3" json:"neighbor_option,omitempty"`
	// Number of pending events
	PendingEvents uint32 `protobuf:"varint,61,opt,name=pending_events,json=pendingEvents,proto3" json:"pending_events,omitempty"`
	// This is a bitmask of Link Local signalling options received from the neighbor
	NeighborLlsOption uint32 `protobuf:"varint,62,opt,name=neighbor_lls_option,json=neighborLlsOption,proto3" json:"neighbor_lls_option,omitempty"`
	// Out-Of-Bound resynchronization in progress
	OobResynchronization bool `protobuf:"varint,63,opt,name=oob_resynchronization,json=oobResynchronization,proto3" json:"oob_resynchronization,omitempty"`
	// For cisco NSF, the router is either Requester or Receiver
	NsfRouterState string `protobuf:"bytes,64,opt,name=nsf_router_state,json=nsfRouterState,proto3" json:"nsf_router_state,omitempty"`
	// The amount of time in seconds since last time Out-Of-Band resynchronization was done with this neighbor
	LastOobTime uint32 `protobuf:"varint,65,opt,name=last_oob_time,json=lastOobTime,proto3" json:"last_oob_time,omitempty"`
	// Neighbor BFD information
	NeighborBfdInformation *OspfShNeighborBfd `` /* 130-byte string literal not displayed */
	// Retransmission information with this neighbor
	NeighborRetransmissionInformation *OspfShNeighborRetrans `` /* 163-byte string literal not displayed */
	// LFA Interface
	LfaInterface string `protobuf:"bytes,68,opt,name=lfa_interface,json=lfaInterface,proto3" json:"lfa_interface,omitempty"`
	// LFA Next Hop
	LfaNextHop string `protobuf:"bytes,69,opt,name=lfa_next_hop,json=lfaNextHop,proto3" json:"lfa_next_hop,omitempty"`
	// LFA Neighbor ID
	LfaNeighborId string `protobuf:"bytes,70,opt,name=lfa_neighbor_id,json=lfaNeighborId,proto3" json:"lfa_neighbor_id,omitempty"`
	// LFA Neighbor Revision
	LfaNeighborRevision uint32 `protobuf:"varint,71,opt,name=lfa_neighbor_revision,json=lfaNeighborRevision,proto3" json:"lfa_neighbor_revision,omitempty"`
	// Ack List Count
	NeighborAckListCount uint32 `` /* 127-byte string literal not displayed */
	// Ack List High Watermark
	NeighborAckListHighWatermark uint32 `` /* 153-byte string literal not displayed */
	// SR Adjacency SID Label
	AdjacencySidLabel uint32 `protobuf:"varint,74,opt,name=adjacency_sid_label,json=adjacencySidLabel,proto3" json:"adjacency_sid_label,omitempty"`
	// SR Adjacency SID Protected
	AdjacencySidProtected bool `` /* 128-byte string literal not displayed */
	// SR Adjacency SID Unprotected Label
	AdjacencySidUnprotectedLabel uint32   `` /* 151-byte string literal not displayed */
	XXX_NoUnkeyedLiteral         struct{} `json:"-"`
	XXX_unrecognized             []byte   `json:"-"`
	XXX_sizecache                int32    `json:"-"`
}

func (*OspfShNeighborDetail) Descriptor

func (*OspfShNeighborDetail) Descriptor() ([]byte, []int)

func (*OspfShNeighborDetail) GetAdjacencySidLabel

func (m *OspfShNeighborDetail) GetAdjacencySidLabel() uint32

func (*OspfShNeighborDetail) GetAdjacencySidProtected

func (m *OspfShNeighborDetail) GetAdjacencySidProtected() bool

func (*OspfShNeighborDetail) GetAdjacencySidUnprotectedLabel

func (m *OspfShNeighborDetail) GetAdjacencySidUnprotectedLabel() uint32

func (*OspfShNeighborDetail) GetInterfaceType

func (m *OspfShNeighborDetail) GetInterfaceType() string

func (*OspfShNeighborDetail) GetLastOobTime

func (m *OspfShNeighborDetail) GetLastOobTime() uint32

func (*OspfShNeighborDetail) GetLfaInterface

func (m *OspfShNeighborDetail) GetLfaInterface() string

func (*OspfShNeighborDetail) GetLfaNeighborId

func (m *OspfShNeighborDetail) GetLfaNeighborId() string

func (*OspfShNeighborDetail) GetLfaNeighborRevision

func (m *OspfShNeighborDetail) GetLfaNeighborRevision() uint32

func (*OspfShNeighborDetail) GetLfaNextHop

func (m *OspfShNeighborDetail) GetLfaNextHop() string

func (*OspfShNeighborDetail) GetNeighborAckListCount

func (m *OspfShNeighborDetail) GetNeighborAckListCount() uint32

func (*OspfShNeighborDetail) GetNeighborAckListHighWatermark

func (m *OspfShNeighborDetail) GetNeighborAckListHighWatermark() uint32

func (*OspfShNeighborDetail) GetNeighborAreaId

func (m *OspfShNeighborDetail) GetNeighborAreaId() string

func (*OspfShNeighborDetail) GetNeighborBackupDesignatedRouterAddress

func (m *OspfShNeighborDetail) GetNeighborBackupDesignatedRouterAddress() string

func (*OspfShNeighborDetail) GetNeighborBfdInformation

func (m *OspfShNeighborDetail) GetNeighborBfdInformation() *OspfShNeighborBfd

func (*OspfShNeighborDetail) GetNeighborCost

func (m *OspfShNeighborDetail) GetNeighborCost() uint32

func (*OspfShNeighborDetail) GetNeighborDesignatedRouterAddress

func (m *OspfShNeighborDetail) GetNeighborDesignatedRouterAddress() string

func (*OspfShNeighborDetail) GetNeighborFilter

func (m *OspfShNeighborDetail) GetNeighborFilter() bool

func (*OspfShNeighborDetail) GetNeighborLlsOption

func (m *OspfShNeighborDetail) GetNeighborLlsOption() uint32

func (*OspfShNeighborDetail) GetNeighborOption

func (m *OspfShNeighborDetail) GetNeighborOption() uint32

func (*OspfShNeighborDetail) GetNeighborRetransmissionInformation

func (m *OspfShNeighborDetail) GetNeighborRetransmissionInformation() *OspfShNeighborRetrans

func (*OspfShNeighborDetail) GetNeighborSummary

func (m *OspfShNeighborDetail) GetNeighborSummary() *OspfShNeighbor

func (*OspfShNeighborDetail) GetNextPollInterval

func (m *OspfShNeighborDetail) GetNextPollInterval() uint32

func (*OspfShNeighborDetail) GetNsfRouterState

func (m *OspfShNeighborDetail) GetNsfRouterState() string

func (*OspfShNeighborDetail) GetOobResynchronization

func (m *OspfShNeighborDetail) GetOobResynchronization() bool

func (*OspfShNeighborDetail) GetPendingEvents

func (m *OspfShNeighborDetail) GetPendingEvents() uint32

func (*OspfShNeighborDetail) GetPollInterval

func (m *OspfShNeighborDetail) GetPollInterval() uint32

func (*OspfShNeighborDetail) GetStateChangeCount

func (m *OspfShNeighborDetail) GetStateChangeCount() uint32

func (*OspfShNeighborDetail) ProtoMessage

func (*OspfShNeighborDetail) ProtoMessage()

func (*OspfShNeighborDetail) Reset

func (m *OspfShNeighborDetail) Reset()

func (*OspfShNeighborDetail) String

func (m *OspfShNeighborDetail) String() string

func (*OspfShNeighborDetail) XXX_DiscardUnknown

func (m *OspfShNeighborDetail) XXX_DiscardUnknown()

func (*OspfShNeighborDetail) XXX_Marshal

func (m *OspfShNeighborDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OspfShNeighborDetail) XXX_Merge

func (dst *OspfShNeighborDetail) XXX_Merge(src proto.Message)

func (*OspfShNeighborDetail) XXX_Size

func (m *OspfShNeighborDetail) XXX_Size() int

func (*OspfShNeighborDetail) XXX_Unmarshal

func (m *OspfShNeighborDetail) XXX_Unmarshal(b []byte) error

type OspfShNeighborDetail_KEYS

type OspfShNeighborDetail_KEYS struct {
	ProcessName          string   `protobuf:"bytes,1,opt,name=process_name,json=processName,proto3" json:"process_name,omitempty"`
	AreaId               uint32   `protobuf:"varint,2,opt,name=area_id,json=areaId,proto3" json:"area_id,omitempty"`
	InterfaceName        string   `protobuf:"bytes,3,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	NeighborAddress      string   `protobuf:"bytes,4,opt,name=neighbor_address,json=neighborAddress,proto3" json:"neighbor_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

OSPF Neighbor Detailed Information

func (*OspfShNeighborDetail_KEYS) Descriptor

func (*OspfShNeighborDetail_KEYS) Descriptor() ([]byte, []int)

func (*OspfShNeighborDetail_KEYS) GetAreaId

func (m *OspfShNeighborDetail_KEYS) GetAreaId() uint32

func (*OspfShNeighborDetail_KEYS) GetInterfaceName

func (m *OspfShNeighborDetail_KEYS) GetInterfaceName() string

func (*OspfShNeighborDetail_KEYS) GetNeighborAddress

func (m *OspfShNeighborDetail_KEYS) GetNeighborAddress() string

func (*OspfShNeighborDetail_KEYS) GetProcessName

func (m *OspfShNeighborDetail_KEYS) GetProcessName() string

func (*OspfShNeighborDetail_KEYS) ProtoMessage

func (*OspfShNeighborDetail_KEYS) ProtoMessage()

func (*OspfShNeighborDetail_KEYS) Reset

func (m *OspfShNeighborDetail_KEYS) Reset()

func (*OspfShNeighborDetail_KEYS) String

func (m *OspfShNeighborDetail_KEYS) String() string

func (*OspfShNeighborDetail_KEYS) XXX_DiscardUnknown

func (m *OspfShNeighborDetail_KEYS) XXX_DiscardUnknown()

func (*OspfShNeighborDetail_KEYS) XXX_Marshal

func (m *OspfShNeighborDetail_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OspfShNeighborDetail_KEYS) XXX_Merge

func (dst *OspfShNeighborDetail_KEYS) XXX_Merge(src proto.Message)

func (*OspfShNeighborDetail_KEYS) XXX_Size

func (m *OspfShNeighborDetail_KEYS) XXX_Size() int

func (*OspfShNeighborDetail_KEYS) XXX_Unmarshal

func (m *OspfShNeighborDetail_KEYS) XXX_Unmarshal(b []byte) error

type OspfShNeighborRetrans

type OspfShNeighborRetrans struct {
	// Number of DBD retransmissions during last exchange
	DbdRetransmissionCount uint32 `` /* 130-byte string literal not displayed */
	// Total number of DBD retransmissions for this neighbor
	DbdRetransmissionTotalCount uint32 `` /* 147-byte string literal not displayed */
	// Area scope LSA's flood index
	AreaFloodingIndex uint32 `protobuf:"varint,3,opt,name=area_flooding_index,json=areaFloodingIndex,proto3" json:"area_flooding_index,omitempty"`
	// AS scope LSA's flood index
	AsFloodIndex uint32 `protobuf:"varint,4,opt,name=as_flood_index,json=asFloodIndex,proto3" json:"as_flood_index,omitempty"`
	// Retransmission queue length
	NeighborRetransmissionCount uint32 `` /* 145-byte string literal not displayed */
	// Number of retransmissions for this neighbor
	NumberOfRetransmissions uint32 `` /* 133-byte string literal not displayed */
	// First flood item for area scope LSAs
	AreaFirstFloodInformation uint32 `` /* 141-byte string literal not displayed */
	// Index of the first flood item for area scope LSAs
	AreaFirstFloodInformationIndex uint32 `` /* 158-byte string literal not displayed */
	// First flood item for AS scope LSAs
	AsFirstFloodInformation uint32 `` /* 135-byte string literal not displayed */
	// Index for first flood item for AS scope LSAs
	AsFirstFloodInformationIndex uint32 `` /* 153-byte string literal not displayed */
	// Next flood item for area scope LSAs
	AreaNextFloodInformation uint32 `` /* 139-byte string literal not displayed */
	// Index of next flood item for Area scope LSAs
	AreaNextFloodInformationIndex uint32 `` /* 156-byte string literal not displayed */
	// Next flood item for AS scope LSAs
	AsNextFloodInformation uint32 `` /* 133-byte string literal not displayed */
	// Index of next flood item for AS scope LSAs
	AsNextFloodInformationIndex uint32 `` /* 150-byte string literal not displayed */
	// Number of LSAs sent in last retransmission
	LastRetransmissionLength uint32 `` /* 137-byte string literal not displayed */
	// Maximum number of LSAs sent in a retransmission
	MaximumRetransmissionLength uint32 `` /* 146-byte string literal not displayed */
	// Last retransmission scan time (ms)
	LastRetransmissionTime uint32 `` /* 131-byte string literal not displayed */
	// Maximum retransmission scan time (ms)
	MaximumRetransmissionTime uint32 `` /* 140-byte string literal not displayed */
	// Time until next LSA retransmission (ms)
	LsaRetransmissionTimer uint32   `` /* 131-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

OSPF Neighbor Retransmission Information

func (*OspfShNeighborRetrans) Descriptor

func (*OspfShNeighborRetrans) Descriptor() ([]byte, []int)

func (*OspfShNeighborRetrans) GetAreaFirstFloodInformation

func (m *OspfShNeighborRetrans) GetAreaFirstFloodInformation() uint32

func (*OspfShNeighborRetrans) GetAreaFirstFloodInformationIndex

func (m *OspfShNeighborRetrans) GetAreaFirstFloodInformationIndex() uint32

func (*OspfShNeighborRetrans) GetAreaFloodingIndex

func (m *OspfShNeighborRetrans) GetAreaFloodingIndex() uint32

func (*OspfShNeighborRetrans) GetAreaNextFloodInformation

func (m *OspfShNeighborRetrans) GetAreaNextFloodInformation() uint32

func (*OspfShNeighborRetrans) GetAreaNextFloodInformationIndex

func (m *OspfShNeighborRetrans) GetAreaNextFloodInformationIndex() uint32

func (*OspfShNeighborRetrans) GetAsFirstFloodInformation

func (m *OspfShNeighborRetrans) GetAsFirstFloodInformation() uint32

func (*OspfShNeighborRetrans) GetAsFirstFloodInformationIndex

func (m *OspfShNeighborRetrans) GetAsFirstFloodInformationIndex() uint32

func (*OspfShNeighborRetrans) GetAsFloodIndex

func (m *OspfShNeighborRetrans) GetAsFloodIndex() uint32

func (*OspfShNeighborRetrans) GetAsNextFloodInformation

func (m *OspfShNeighborRetrans) GetAsNextFloodInformation() uint32

func (*OspfShNeighborRetrans) GetAsNextFloodInformationIndex

func (m *OspfShNeighborRetrans) GetAsNextFloodInformationIndex() uint32

func (*OspfShNeighborRetrans) GetDbdRetransmissionCount

func (m *OspfShNeighborRetrans) GetDbdRetransmissionCount() uint32

func (*OspfShNeighborRetrans) GetDbdRetransmissionTotalCount

func (m *OspfShNeighborRetrans) GetDbdRetransmissionTotalCount() uint32

func (*OspfShNeighborRetrans) GetLastRetransmissionLength

func (m *OspfShNeighborRetrans) GetLastRetransmissionLength() uint32

func (*OspfShNeighborRetrans) GetLastRetransmissionTime

func (m *OspfShNeighborRetrans) GetLastRetransmissionTime() uint32

func (*OspfShNeighborRetrans) GetLsaRetransmissionTimer

func (m *OspfShNeighborRetrans) GetLsaRetransmissionTimer() uint32

func (*OspfShNeighborRetrans) GetMaximumRetransmissionLength

func (m *OspfShNeighborRetrans) GetMaximumRetransmissionLength() uint32

func (*OspfShNeighborRetrans) GetMaximumRetransmissionTime

func (m *OspfShNeighborRetrans) GetMaximumRetransmissionTime() uint32

func (*OspfShNeighborRetrans) GetNeighborRetransmissionCount

func (m *OspfShNeighborRetrans) GetNeighborRetransmissionCount() uint32

func (*OspfShNeighborRetrans) GetNumberOfRetransmissions

func (m *OspfShNeighborRetrans) GetNumberOfRetransmissions() uint32

func (*OspfShNeighborRetrans) ProtoMessage

func (*OspfShNeighborRetrans) ProtoMessage()

func (*OspfShNeighborRetrans) Reset

func (m *OspfShNeighborRetrans) Reset()

func (*OspfShNeighborRetrans) String

func (m *OspfShNeighborRetrans) String() string

func (*OspfShNeighborRetrans) XXX_DiscardUnknown

func (m *OspfShNeighborRetrans) XXX_DiscardUnknown()

func (*OspfShNeighborRetrans) XXX_Marshal

func (m *OspfShNeighborRetrans) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OspfShNeighborRetrans) XXX_Merge

func (dst *OspfShNeighborRetrans) XXX_Merge(src proto.Message)

func (*OspfShNeighborRetrans) XXX_Size

func (m *OspfShNeighborRetrans) XXX_Size() int

func (*OspfShNeighborRetrans) XXX_Unmarshal

func (m *OspfShNeighborRetrans) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL