cisco_ios_xr_ptp_oper_ptp_nodes_node_packet_counters

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Overview

Cisco-IOS-XR-ptp-oper:ptp/nodes/node/packet-counters

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PtpBagDropReasons

type PtpBagDropReasons struct {
	NotReady             uint32   `protobuf:"varint,1,opt,name=not_ready,json=notReady,proto3" json:"not_ready,omitempty"`
	WrongDomain          uint32   `protobuf:"varint,2,opt,name=wrong_domain,json=wrongDomain,proto3" json:"wrong_domain,omitempty"`
	TooShort             uint32   `protobuf:"varint,3,opt,name=too_short,json=tooShort,proto3" json:"too_short,omitempty"`
	LoopedSamePort       uint32   `protobuf:"varint,4,opt,name=looped_same_port,json=loopedSamePort,proto3" json:"looped_same_port,omitempty"`
	LoopedHigherPort     uint32   `protobuf:"varint,5,opt,name=looped_higher_port,json=loopedHigherPort,proto3" json:"looped_higher_port,omitempty"`
	LoopedLowerPort      uint32   `protobuf:"varint,6,opt,name=looped_lower_port,json=loopedLowerPort,proto3" json:"looped_lower_port,omitempty"`
	NoTimestamp          uint32   `protobuf:"varint,7,opt,name=no_timestamp,json=noTimestamp,proto3" json:"no_timestamp,omitempty"`
	ZeroTimestamp        uint32   `protobuf:"varint,8,opt,name=zero_timestamp,json=zeroTimestamp,proto3" json:"zero_timestamp,omitempty"`
	InvalidTlVs          uint32   `protobuf:"varint,9,opt,name=invalid_tl_vs,json=invalidTlVs,proto3" json:"invalid_tl_vs,omitempty"`
	NotForUs             uint32   `protobuf:"varint,10,opt,name=not_for_us,json=notForUs,proto3" json:"not_for_us,omitempty"`
	NotListening         uint32   `protobuf:"varint,11,opt,name=not_listening,json=notListening,proto3" json:"not_listening,omitempty"`
	WrongMaster          uint32   `protobuf:"varint,12,opt,name=wrong_master,json=wrongMaster,proto3" json:"wrong_master,omitempty"`
	UnknownMaster        uint32   `protobuf:"varint,13,opt,name=unknown_master,json=unknownMaster,proto3" json:"unknown_master,omitempty"`
	NotMaster            uint32   `protobuf:"varint,14,opt,name=not_master,json=notMaster,proto3" json:"not_master,omitempty"`
	NotSlave             uint32   `protobuf:"varint,15,opt,name=not_slave,json=notSlave,proto3" json:"not_slave,omitempty"`
	NotGranted           uint32   `protobuf:"varint,16,opt,name=not_granted,json=notGranted,proto3" json:"not_granted,omitempty"`
	TooSlow              uint32   `protobuf:"varint,17,opt,name=too_slow,json=tooSlow,proto3" json:"too_slow,omitempty"`
	InvalidPacket        uint32   `protobuf:"varint,18,opt,name=invalid_packet,json=invalidPacket,proto3" json:"invalid_packet,omitempty"`
	WrongSequenceId      uint32   `protobuf:"varint,19,opt,name=wrong_sequence_id,json=wrongSequenceId,proto3" json:"wrong_sequence_id,omitempty"`
	NoOffloadSession     uint32   `protobuf:"varint,20,opt,name=no_offload_session,json=noOffloadSession,proto3" json:"no_offload_session,omitempty"`
	NotSupported         uint32   `protobuf:"varint,21,opt,name=not_supported,json=notSupported,proto3" json:"not_supported,omitempty"`
	MinClockClass        uint32   `protobuf:"varint,22,opt,name=min_clock_class,json=minClockClass,proto3" json:"min_clock_class,omitempty"`
	BadClockClass        uint32   `protobuf:"varint,23,opt,name=bad_clock_class,json=badClockClass,proto3" json:"bad_clock_class,omitempty"`
	ReservedClockId      uint32   `protobuf:"varint,24,opt,name=reserved_clock_id,json=reservedClockId,proto3" json:"reserved_clock_id,omitempty"`
	StepsRemoved         uint32   `protobuf:"varint,25,opt,name=steps_removed,json=stepsRemoved,proto3" json:"steps_removed,omitempty"`
	G8265_1Incompatible  uint32   `protobuf:"varint,26,opt,name=g8265_1_incompatible,json=g82651Incompatible,proto3" json:"g8265_1_incompatible,omitempty"`
	G8275_1Incompatible  uint32   `protobuf:"varint,27,opt,name=g8275_1_incompatible,json=g82751Incompatible,proto3" json:"g8275_1_incompatible,omitempty"`
	G8275_2Incompatible  uint32   `protobuf:"varint,28,opt,name=g8275_2_incompatible,json=g82752Incompatible,proto3" json:"g8275_2_incompatible,omitempty"`
	IncorrectAddress     uint32   `protobuf:"varint,29,opt,name=incorrect_address,json=incorrectAddress,proto3" json:"incorrect_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PtpBagDropReasons) Descriptor

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

func (*PtpBagDropReasons) GetBadClockClass

func (m *PtpBagDropReasons) GetBadClockClass() uint32

func (*PtpBagDropReasons) GetG8265_1Incompatible

func (m *PtpBagDropReasons) GetG8265_1Incompatible() uint32

func (*PtpBagDropReasons) GetG8275_1Incompatible

func (m *PtpBagDropReasons) GetG8275_1Incompatible() uint32

func (*PtpBagDropReasons) GetG8275_2Incompatible

func (m *PtpBagDropReasons) GetG8275_2Incompatible() uint32

func (*PtpBagDropReasons) GetIncorrectAddress

func (m *PtpBagDropReasons) GetIncorrectAddress() uint32

func (*PtpBagDropReasons) GetInvalidPacket

func (m *PtpBagDropReasons) GetInvalidPacket() uint32

func (*PtpBagDropReasons) GetInvalidTlVs

func (m *PtpBagDropReasons) GetInvalidTlVs() uint32

func (*PtpBagDropReasons) GetLoopedHigherPort

func (m *PtpBagDropReasons) GetLoopedHigherPort() uint32

func (*PtpBagDropReasons) GetLoopedLowerPort

func (m *PtpBagDropReasons) GetLoopedLowerPort() uint32

func (*PtpBagDropReasons) GetLoopedSamePort

func (m *PtpBagDropReasons) GetLoopedSamePort() uint32

func (*PtpBagDropReasons) GetMinClockClass

func (m *PtpBagDropReasons) GetMinClockClass() uint32

func (*PtpBagDropReasons) GetNoOffloadSession

func (m *PtpBagDropReasons) GetNoOffloadSession() uint32

func (*PtpBagDropReasons) GetNoTimestamp

func (m *PtpBagDropReasons) GetNoTimestamp() uint32

func (*PtpBagDropReasons) GetNotForUs

func (m *PtpBagDropReasons) GetNotForUs() uint32

func (*PtpBagDropReasons) GetNotGranted

func (m *PtpBagDropReasons) GetNotGranted() uint32

func (*PtpBagDropReasons) GetNotListening

func (m *PtpBagDropReasons) GetNotListening() uint32

func (*PtpBagDropReasons) GetNotMaster

func (m *PtpBagDropReasons) GetNotMaster() uint32

func (*PtpBagDropReasons) GetNotReady

func (m *PtpBagDropReasons) GetNotReady() uint32

func (*PtpBagDropReasons) GetNotSlave

func (m *PtpBagDropReasons) GetNotSlave() uint32

func (*PtpBagDropReasons) GetNotSupported

func (m *PtpBagDropReasons) GetNotSupported() uint32

func (*PtpBagDropReasons) GetReservedClockId

func (m *PtpBagDropReasons) GetReservedClockId() uint32

func (*PtpBagDropReasons) GetStepsRemoved

func (m *PtpBagDropReasons) GetStepsRemoved() uint32

func (*PtpBagDropReasons) GetTooShort

func (m *PtpBagDropReasons) GetTooShort() uint32

func (*PtpBagDropReasons) GetTooSlow

func (m *PtpBagDropReasons) GetTooSlow() uint32

func (*PtpBagDropReasons) GetUnknownMaster

func (m *PtpBagDropReasons) GetUnknownMaster() uint32

func (*PtpBagDropReasons) GetWrongDomain

func (m *PtpBagDropReasons) GetWrongDomain() uint32

func (*PtpBagDropReasons) GetWrongMaster

func (m *PtpBagDropReasons) GetWrongMaster() uint32

func (*PtpBagDropReasons) GetWrongSequenceId

func (m *PtpBagDropReasons) GetWrongSequenceId() uint32

func (*PtpBagDropReasons) GetZeroTimestamp

func (m *PtpBagDropReasons) GetZeroTimestamp() uint32

func (*PtpBagDropReasons) ProtoMessage

func (*PtpBagDropReasons) ProtoMessage()

func (*PtpBagDropReasons) Reset

func (m *PtpBagDropReasons) Reset()

func (*PtpBagDropReasons) String

func (m *PtpBagDropReasons) String() string

func (*PtpBagDropReasons) XXX_DiscardUnknown

func (m *PtpBagDropReasons) XXX_DiscardUnknown()

func (*PtpBagDropReasons) XXX_Marshal

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

func (*PtpBagDropReasons) XXX_Merge

func (m *PtpBagDropReasons) XXX_Merge(src proto.Message)

func (*PtpBagDropReasons) XXX_Size

func (m *PtpBagDropReasons) XXX_Size() int

func (*PtpBagDropReasons) XXX_Unmarshal

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

type PtpBagPacketCounters

type PtpBagPacketCounters struct {
	AnnounceSent                      uint32   `protobuf:"varint,1,opt,name=announce_sent,json=announceSent,proto3" json:"announce_sent,omitempty"`
	AnnounceReceived                  uint32   `protobuf:"varint,2,opt,name=announce_received,json=announceReceived,proto3" json:"announce_received,omitempty"`
	AnnounceDropped                   uint32   `protobuf:"varint,3,opt,name=announce_dropped,json=announceDropped,proto3" json:"announce_dropped,omitempty"`
	SyncSent                          uint32   `protobuf:"varint,4,opt,name=sync_sent,json=syncSent,proto3" json:"sync_sent,omitempty"`
	SyncReceived                      uint32   `protobuf:"varint,5,opt,name=sync_received,json=syncReceived,proto3" json:"sync_received,omitempty"`
	SyncDropped                       uint32   `protobuf:"varint,6,opt,name=sync_dropped,json=syncDropped,proto3" json:"sync_dropped,omitempty"`
	FollowUpSent                      uint32   `protobuf:"varint,7,opt,name=follow_up_sent,json=followUpSent,proto3" json:"follow_up_sent,omitempty"`
	FollowUpReceived                  uint32   `protobuf:"varint,8,opt,name=follow_up_received,json=followUpReceived,proto3" json:"follow_up_received,omitempty"`
	FollowUpDropped                   uint32   `protobuf:"varint,9,opt,name=follow_up_dropped,json=followUpDropped,proto3" json:"follow_up_dropped,omitempty"`
	DelayRequestSent                  uint32   `protobuf:"varint,10,opt,name=delay_request_sent,json=delayRequestSent,proto3" json:"delay_request_sent,omitempty"`
	DelayRequestReceived              uint32   `protobuf:"varint,11,opt,name=delay_request_received,json=delayRequestReceived,proto3" json:"delay_request_received,omitempty"`
	DelayRequestDropped               uint32   `protobuf:"varint,12,opt,name=delay_request_dropped,json=delayRequestDropped,proto3" json:"delay_request_dropped,omitempty"`
	DelayResponseSent                 uint32   `protobuf:"varint,13,opt,name=delay_response_sent,json=delayResponseSent,proto3" json:"delay_response_sent,omitempty"`
	DelayResponseReceived             uint32   `` /* 128-byte string literal not displayed */
	DelayResponseDropped              uint32   `protobuf:"varint,15,opt,name=delay_response_dropped,json=delayResponseDropped,proto3" json:"delay_response_dropped,omitempty"`
	PeerDelayRequestSent              uint32   `` /* 127-byte string literal not displayed */
	PeerDelayRequestReceived          uint32   `` /* 139-byte string literal not displayed */
	PeerDelayRequestDropped           uint32   `` /* 136-byte string literal not displayed */
	PeerDelayResponseSent             uint32   `` /* 130-byte string literal not displayed */
	PeerDelayResponseReceived         uint32   `` /* 142-byte string literal not displayed */
	PeerDelayResponseDropped          uint32   `` /* 139-byte string literal not displayed */
	PeerDelayResponseFollowUpSent     uint32   `` /* 158-byte string literal not displayed */
	PeerDelayResponseFollowUpReceived uint32   `` /* 170-byte string literal not displayed */
	PeerDelayResponseFollowUpDropped  uint32   `` /* 167-byte string literal not displayed */
	SignalingSent                     uint32   `protobuf:"varint,25,opt,name=signaling_sent,json=signalingSent,proto3" json:"signaling_sent,omitempty"`
	SignalingReceived                 uint32   `protobuf:"varint,26,opt,name=signaling_received,json=signalingReceived,proto3" json:"signaling_received,omitempty"`
	SignalingDropped                  uint32   `protobuf:"varint,27,opt,name=signaling_dropped,json=signalingDropped,proto3" json:"signaling_dropped,omitempty"`
	ManagementSent                    uint32   `protobuf:"varint,28,opt,name=management_sent,json=managementSent,proto3" json:"management_sent,omitempty"`
	ManagementReceived                uint32   `protobuf:"varint,29,opt,name=management_received,json=managementReceived,proto3" json:"management_received,omitempty"`
	ManagementDropped                 uint32   `protobuf:"varint,30,opt,name=management_dropped,json=managementDropped,proto3" json:"management_dropped,omitempty"`
	OtherPacketsSent                  uint32   `protobuf:"varint,31,opt,name=other_packets_sent,json=otherPacketsSent,proto3" json:"other_packets_sent,omitempty"`
	OtherPacketsReceived              uint32   `protobuf:"varint,32,opt,name=other_packets_received,json=otherPacketsReceived,proto3" json:"other_packets_received,omitempty"`
	OtherPacketsDropped               uint32   `protobuf:"varint,33,opt,name=other_packets_dropped,json=otherPacketsDropped,proto3" json:"other_packets_dropped,omitempty"`
	TotalPacketsSent                  uint32   `protobuf:"varint,34,opt,name=total_packets_sent,json=totalPacketsSent,proto3" json:"total_packets_sent,omitempty"`
	TotalPacketsReceived              uint32   `protobuf:"varint,35,opt,name=total_packets_received,json=totalPacketsReceived,proto3" json:"total_packets_received,omitempty"`
	TotalPacketsDropped               uint32   `protobuf:"varint,36,opt,name=total_packets_dropped,json=totalPacketsDropped,proto3" json:"total_packets_dropped,omitempty"`
	XXX_NoUnkeyedLiteral              struct{} `json:"-"`
	XXX_unrecognized                  []byte   `json:"-"`
	XXX_sizecache                     int32    `json:"-"`
}

func (*PtpBagPacketCounters) Descriptor

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

func (*PtpBagPacketCounters) GetAnnounceDropped

func (m *PtpBagPacketCounters) GetAnnounceDropped() uint32

func (*PtpBagPacketCounters) GetAnnounceReceived

func (m *PtpBagPacketCounters) GetAnnounceReceived() uint32

func (*PtpBagPacketCounters) GetAnnounceSent

func (m *PtpBagPacketCounters) GetAnnounceSent() uint32

func (*PtpBagPacketCounters) GetDelayRequestDropped

func (m *PtpBagPacketCounters) GetDelayRequestDropped() uint32

func (*PtpBagPacketCounters) GetDelayRequestReceived

func (m *PtpBagPacketCounters) GetDelayRequestReceived() uint32

func (*PtpBagPacketCounters) GetDelayRequestSent

func (m *PtpBagPacketCounters) GetDelayRequestSent() uint32

func (*PtpBagPacketCounters) GetDelayResponseDropped

func (m *PtpBagPacketCounters) GetDelayResponseDropped() uint32

func (*PtpBagPacketCounters) GetDelayResponseReceived

func (m *PtpBagPacketCounters) GetDelayResponseReceived() uint32

func (*PtpBagPacketCounters) GetDelayResponseSent

func (m *PtpBagPacketCounters) GetDelayResponseSent() uint32

func (*PtpBagPacketCounters) GetFollowUpDropped

func (m *PtpBagPacketCounters) GetFollowUpDropped() uint32

func (*PtpBagPacketCounters) GetFollowUpReceived

func (m *PtpBagPacketCounters) GetFollowUpReceived() uint32

func (*PtpBagPacketCounters) GetFollowUpSent

func (m *PtpBagPacketCounters) GetFollowUpSent() uint32

func (*PtpBagPacketCounters) GetManagementDropped

func (m *PtpBagPacketCounters) GetManagementDropped() uint32

func (*PtpBagPacketCounters) GetManagementReceived

func (m *PtpBagPacketCounters) GetManagementReceived() uint32

func (*PtpBagPacketCounters) GetManagementSent

func (m *PtpBagPacketCounters) GetManagementSent() uint32

func (*PtpBagPacketCounters) GetOtherPacketsDropped

func (m *PtpBagPacketCounters) GetOtherPacketsDropped() uint32

func (*PtpBagPacketCounters) GetOtherPacketsReceived

func (m *PtpBagPacketCounters) GetOtherPacketsReceived() uint32

func (*PtpBagPacketCounters) GetOtherPacketsSent

func (m *PtpBagPacketCounters) GetOtherPacketsSent() uint32

func (*PtpBagPacketCounters) GetPeerDelayRequestDropped

func (m *PtpBagPacketCounters) GetPeerDelayRequestDropped() uint32

func (*PtpBagPacketCounters) GetPeerDelayRequestReceived

func (m *PtpBagPacketCounters) GetPeerDelayRequestReceived() uint32

func (*PtpBagPacketCounters) GetPeerDelayRequestSent

func (m *PtpBagPacketCounters) GetPeerDelayRequestSent() uint32

func (*PtpBagPacketCounters) GetPeerDelayResponseDropped

func (m *PtpBagPacketCounters) GetPeerDelayResponseDropped() uint32

func (*PtpBagPacketCounters) GetPeerDelayResponseFollowUpDropped

func (m *PtpBagPacketCounters) GetPeerDelayResponseFollowUpDropped() uint32

func (*PtpBagPacketCounters) GetPeerDelayResponseFollowUpReceived

func (m *PtpBagPacketCounters) GetPeerDelayResponseFollowUpReceived() uint32

func (*PtpBagPacketCounters) GetPeerDelayResponseFollowUpSent

func (m *PtpBagPacketCounters) GetPeerDelayResponseFollowUpSent() uint32

func (*PtpBagPacketCounters) GetPeerDelayResponseReceived

func (m *PtpBagPacketCounters) GetPeerDelayResponseReceived() uint32

func (*PtpBagPacketCounters) GetPeerDelayResponseSent

func (m *PtpBagPacketCounters) GetPeerDelayResponseSent() uint32

func (*PtpBagPacketCounters) GetSignalingDropped

func (m *PtpBagPacketCounters) GetSignalingDropped() uint32

func (*PtpBagPacketCounters) GetSignalingReceived

func (m *PtpBagPacketCounters) GetSignalingReceived() uint32

func (*PtpBagPacketCounters) GetSignalingSent

func (m *PtpBagPacketCounters) GetSignalingSent() uint32

func (*PtpBagPacketCounters) GetSyncDropped

func (m *PtpBagPacketCounters) GetSyncDropped() uint32

func (*PtpBagPacketCounters) GetSyncReceived

func (m *PtpBagPacketCounters) GetSyncReceived() uint32

func (*PtpBagPacketCounters) GetSyncSent

func (m *PtpBagPacketCounters) GetSyncSent() uint32

func (*PtpBagPacketCounters) GetTotalPacketsDropped

func (m *PtpBagPacketCounters) GetTotalPacketsDropped() uint32

func (*PtpBagPacketCounters) GetTotalPacketsReceived

func (m *PtpBagPacketCounters) GetTotalPacketsReceived() uint32

func (*PtpBagPacketCounters) GetTotalPacketsSent

func (m *PtpBagPacketCounters) GetTotalPacketsSent() uint32

func (*PtpBagPacketCounters) ProtoMessage

func (*PtpBagPacketCounters) ProtoMessage()

func (*PtpBagPacketCounters) Reset

func (m *PtpBagPacketCounters) Reset()

func (*PtpBagPacketCounters) String

func (m *PtpBagPacketCounters) String() string

func (*PtpBagPacketCounters) XXX_DiscardUnknown

func (m *PtpBagPacketCounters) XXX_DiscardUnknown()

func (*PtpBagPacketCounters) XXX_Marshal

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

func (*PtpBagPacketCounters) XXX_Merge

func (m *PtpBagPacketCounters) XXX_Merge(src proto.Message)

func (*PtpBagPacketCounters) XXX_Size

func (m *PtpBagPacketCounters) XXX_Size() int

func (*PtpBagPacketCounters) XXX_Unmarshal

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

type PtpNodePacketCounterInfo

type PtpNodePacketCounterInfo struct {
	Counters             *PtpBagPacketCounters `protobuf:"bytes,50,opt,name=counters,proto3" json:"counters,omitempty"`
	DropReasons          *PtpBagDropReasons    `protobuf:"bytes,51,opt,name=drop_reasons,json=dropReasons,proto3" json:"drop_reasons,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*PtpNodePacketCounterInfo) Descriptor

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

func (*PtpNodePacketCounterInfo) GetCounters

func (*PtpNodePacketCounterInfo) GetDropReasons

func (m *PtpNodePacketCounterInfo) GetDropReasons() *PtpBagDropReasons

func (*PtpNodePacketCounterInfo) ProtoMessage

func (*PtpNodePacketCounterInfo) ProtoMessage()

func (*PtpNodePacketCounterInfo) Reset

func (m *PtpNodePacketCounterInfo) Reset()

func (*PtpNodePacketCounterInfo) String

func (m *PtpNodePacketCounterInfo) String() string

func (*PtpNodePacketCounterInfo) XXX_DiscardUnknown

func (m *PtpNodePacketCounterInfo) XXX_DiscardUnknown()

func (*PtpNodePacketCounterInfo) XXX_Marshal

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

func (*PtpNodePacketCounterInfo) XXX_Merge

func (m *PtpNodePacketCounterInfo) XXX_Merge(src proto.Message)

func (*PtpNodePacketCounterInfo) XXX_Size

func (m *PtpNodePacketCounterInfo) XXX_Size() int

func (*PtpNodePacketCounterInfo) XXX_Unmarshal

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

type PtpNodePacketCounterInfo_KEYS

type PtpNodePacketCounterInfo_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PtpNodePacketCounterInfo_KEYS) Descriptor

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

func (*PtpNodePacketCounterInfo_KEYS) GetNodeName

func (m *PtpNodePacketCounterInfo_KEYS) GetNodeName() string

func (*PtpNodePacketCounterInfo_KEYS) ProtoMessage

func (*PtpNodePacketCounterInfo_KEYS) ProtoMessage()

func (*PtpNodePacketCounterInfo_KEYS) Reset

func (m *PtpNodePacketCounterInfo_KEYS) Reset()

func (*PtpNodePacketCounterInfo_KEYS) String

func (*PtpNodePacketCounterInfo_KEYS) XXX_DiscardUnknown

func (m *PtpNodePacketCounterInfo_KEYS) XXX_DiscardUnknown()

func (*PtpNodePacketCounterInfo_KEYS) XXX_Marshal

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

func (*PtpNodePacketCounterInfo_KEYS) XXX_Merge

func (m *PtpNodePacketCounterInfo_KEYS) XXX_Merge(src proto.Message)

func (*PtpNodePacketCounterInfo_KEYS) XXX_Size

func (m *PtpNodePacketCounterInfo_KEYS) XXX_Size() int

func (*PtpNodePacketCounterInfo_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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