Documentation
¶
Overview ¶
Cisco-IOS-XR-ip-tcp-oper:tcp/nodes/node/statistics/ipv6-traffic
Index ¶
- type IpTcp
- func (*IpTcp) Descriptor() ([]byte, []int)
- func (m *IpTcp) GetTcpChecksumErrorPackets() uint32
- func (m *IpTcp) GetTcpDroppedPackets() uint32
- func (m *IpTcp) GetTcpInputPackets() uint32
- func (m *IpTcp) GetTcpOutputPackets() uint32
- func (m *IpTcp) GetTcpRetransmittedPackets() uint32
- func (*IpTcp) ProtoMessage()
- func (m *IpTcp) Reset()
- func (m *IpTcp) String() string
- func (m *IpTcp) XXX_DiscardUnknown()
- func (m *IpTcp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IpTcp) XXX_Merge(src proto.Message)
- func (m *IpTcp) XXX_Size() int
- func (m *IpTcp) XXX_Unmarshal(b []byte) error
- type IpTcp_KEYS
- func (*IpTcp_KEYS) Descriptor() ([]byte, []int)
- func (m *IpTcp_KEYS) GetNodeName() string
- func (*IpTcp_KEYS) ProtoMessage()
- func (m *IpTcp_KEYS) Reset()
- func (m *IpTcp_KEYS) String() string
- func (m *IpTcp_KEYS) XXX_DiscardUnknown()
- func (m *IpTcp_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IpTcp_KEYS) XXX_Merge(src proto.Message)
- func (m *IpTcp_KEYS) XXX_Size() int
- func (m *IpTcp_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IpTcp ¶
type IpTcp struct { TcpInputPackets uint32 `protobuf:"varint,50,opt,name=tcp_input_packets,json=tcpInputPackets,proto3" json:"tcp_input_packets,omitempty"` TcpChecksumErrorPackets uint32 `` /* 136-byte string literal not displayed */ TcpDroppedPackets uint32 `protobuf:"varint,52,opt,name=tcp_dropped_packets,json=tcpDroppedPackets,proto3" json:"tcp_dropped_packets,omitempty"` TcpOutputPackets uint32 `protobuf:"varint,53,opt,name=tcp_output_packets,json=tcpOutputPackets,proto3" json:"tcp_output_packets,omitempty"` TcpRetransmittedPackets uint32 `` /* 134-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IpTcp) Descriptor ¶
func (*IpTcp) GetTcpChecksumErrorPackets ¶
func (*IpTcp) GetTcpDroppedPackets ¶
func (*IpTcp) GetTcpInputPackets ¶
func (*IpTcp) GetTcpOutputPackets ¶
func (*IpTcp) GetTcpRetransmittedPackets ¶
func (*IpTcp) ProtoMessage ¶
func (*IpTcp) ProtoMessage()
func (*IpTcp) XXX_DiscardUnknown ¶
func (m *IpTcp) XXX_DiscardUnknown()
func (*IpTcp) XXX_Marshal ¶
func (*IpTcp) XXX_Unmarshal ¶
type IpTcp_KEYS ¶
type IpTcp_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 (*IpTcp_KEYS) Descriptor ¶
func (*IpTcp_KEYS) Descriptor() ([]byte, []int)
func (*IpTcp_KEYS) GetNodeName ¶
func (m *IpTcp_KEYS) GetNodeName() string
func (*IpTcp_KEYS) ProtoMessage ¶
func (*IpTcp_KEYS) ProtoMessage()
func (*IpTcp_KEYS) Reset ¶
func (m *IpTcp_KEYS) Reset()
func (*IpTcp_KEYS) String ¶
func (m *IpTcp_KEYS) String() string
func (*IpTcp_KEYS) XXX_DiscardUnknown ¶
func (m *IpTcp_KEYS) XXX_DiscardUnknown()
func (*IpTcp_KEYS) XXX_Marshal ¶
func (m *IpTcp_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IpTcp_KEYS) XXX_Merge ¶
func (m *IpTcp_KEYS) XXX_Merge(src proto.Message)
func (*IpTcp_KEYS) XXX_Size ¶
func (m *IpTcp_KEYS) XXX_Size() int
func (*IpTcp_KEYS) XXX_Unmarshal ¶
func (m *IpTcp_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.