Versions in this module Expand all Collapse all v1 v1.4.1 Jun 11, 2018 v1.4.0 May 24, 2018 Changes in this version + var Consts = map[string]reflect.Value + var Functions = map[string]reflect.Value + var Types = map[string]reflect.Type + var Variables = map[string]reflect.Value + func NewStatsGetPollerDelay() api.Message + func NewStatsGetPollerDelayReply() api.Message + func NewVnetGetSummaryStats() api.Message + func NewVnetGetSummaryStatsReply() api.Message + func NewVnetIP4FibCounters() api.Message + func NewVnetIP4MfibCounters() api.Message + func NewVnetIP4NbrCounters() api.Message + func NewVnetIP6FibCounters() api.Message + func NewVnetIP6MfibCounters() api.Message + func NewVnetIP6NbrCounters() api.Message + func NewVnetInterfaceCombinedCounters() api.Message + func NewVnetInterfaceSimpleCounters() api.Message + func NewVnetPerInterfaceCombinedCounters() api.Message + func NewVnetPerInterfaceSimpleCounters() api.Message + func NewVnetUDPEncapCounters() api.Message + func NewWantIP4FibStats() api.Message + func NewWantIP4FibStatsReply() api.Message + func NewWantIP4MfibStats() api.Message + func NewWantIP4MfibStatsReply() api.Message + func NewWantIP4NbrStats() api.Message + func NewWantIP4NbrStatsReply() api.Message + func NewWantIP6FibStats() api.Message + func NewWantIP6FibStatsReply() api.Message + func NewWantIP6MfibStats() api.Message + func NewWantIP6MfibStatsReply() api.Message + func NewWantIP6NbrStats() api.Message + func NewWantIP6NbrStatsReply() api.Message + func NewWantInterfaceCombinedStats() api.Message + func NewWantInterfaceCombinedStatsReply() api.Message + func NewWantInterfaceSimpleStats() api.Message + func NewWantInterfaceSimpleStatsReply() api.Message + func NewWantPerInterfaceCombinedStats() api.Message + func NewWantPerInterfaceCombinedStatsReply() api.Message + func NewWantPerInterfaceSimpleStats() api.Message + func NewWantPerInterfaceSimpleStatsReply() api.Message + func NewWantStats() api.Message + func NewWantStatsReply() api.Message + func NewWantUDPEncapStats() api.Message + func NewWantUDPEncapStatsReply() api.Message + type IP4FibCounter struct + Address uint32 + AddressLength uint8 + Bytes uint64 + Packets uint64 + func (*IP4FibCounter) GetCrcString() string + func (*IP4FibCounter) GetTypeName() string + type IP4MfibCounter struct + Bytes uint64 + Group []byte + GroupLength uint8 + Packets uint64 + Source []byte + func (*IP4MfibCounter) GetCrcString() string + func (*IP4MfibCounter) GetTypeName() string + type IP4NbrCounter struct + Address uint32 + Bytes uint64 + LinkType uint8 + Packets uint64 + func (*IP4NbrCounter) GetCrcString() string + func (*IP4NbrCounter) GetTypeName() string + type IP6FibCounter struct + Address []uint64 + AddressLength uint8 + Bytes uint64 + Packets uint64 + func (*IP6FibCounter) GetCrcString() string + func (*IP6FibCounter) GetTypeName() string + type IP6MfibCounter struct + Bytes uint64 + Group []byte + GroupLength uint8 + Packets uint64 + Source []byte + func (*IP6MfibCounter) GetCrcString() string + func (*IP6MfibCounter) GetTypeName() string + type IP6NbrCounter struct + Address []uint64 + Bytes uint64 + LinkType uint8 + Packets uint64 + func (*IP6NbrCounter) GetCrcString() string + func (*IP6NbrCounter) GetTypeName() string + type StatsGetPollerDelay struct + func (*StatsGetPollerDelay) GetCrcString() string + func (*StatsGetPollerDelay) GetMessageName() string + func (*StatsGetPollerDelay) GetMessageType() api.MessageType + type StatsGetPollerDelayReply struct + Delay uint32 + Retval int32 + func (*StatsGetPollerDelayReply) GetCrcString() string + func (*StatsGetPollerDelayReply) GetMessageName() string + func (*StatsGetPollerDelayReply) GetMessageType() api.MessageType + type UDPEncapCounter struct + Bytes uint64 + ID uint32 + Packets uint64 + func (*UDPEncapCounter) GetCrcString() string + func (*UDPEncapCounter) GetTypeName() string + type VlibCounter struct + Bytes uint64 + Packets uint64 + func (*VlibCounter) GetCrcString() string + func (*VlibCounter) GetTypeName() string + type VnetCombinedCounter struct + RxBroadcastBytes uint64 + RxBroadcastPackets uint64 + RxBytes uint64 + RxMulticastBytes uint64 + RxMulticastPackets uint64 + RxPackets uint64 + RxUnicastBytes uint64 + RxUnicastPackets uint64 + SwIfIndex uint32 + TxBroadcastBytes uint64 + TxBroadcastPackets uint64 + TxBytes uint64 + TxMulticastBytes uint64 + TxMulticastPackets uint64 + TxPackets uint64 + TxUnicastBytes uint64 + TxUnicastPackets uint64 + func (*VnetCombinedCounter) GetCrcString() string + func (*VnetCombinedCounter) GetTypeName() string + type VnetGetSummaryStats struct + func (*VnetGetSummaryStats) GetCrcString() string + func (*VnetGetSummaryStats) GetMessageName() string + func (*VnetGetSummaryStats) GetMessageType() api.MessageType + type VnetGetSummaryStatsReply struct + Retval int32 + TotalBytes []uint64 + TotalPkts []uint64 + VectorRate float64 + func (*VnetGetSummaryStatsReply) GetCrcString() string + func (*VnetGetSummaryStatsReply) GetMessageName() string + func (*VnetGetSummaryStatsReply) GetMessageType() api.MessageType + type VnetIP4FibCounters struct + C []IP4FibCounter + Count uint32 + VrfID uint32 + func (*VnetIP4FibCounters) GetCrcString() string + func (*VnetIP4FibCounters) GetMessageName() string + func (*VnetIP4FibCounters) GetMessageType() api.MessageType + type VnetIP4MfibCounters struct + C []IP4MfibCounter + Count uint32 + VrfID uint32 + func (*VnetIP4MfibCounters) GetCrcString() string + func (*VnetIP4MfibCounters) GetMessageName() string + func (*VnetIP4MfibCounters) GetMessageType() api.MessageType + type VnetIP4NbrCounters struct + Begin uint8 + C []IP4NbrCounter + Count uint32 + SwIfIndex uint32 + func (*VnetIP4NbrCounters) GetCrcString() string + func (*VnetIP4NbrCounters) GetMessageName() string + func (*VnetIP4NbrCounters) GetMessageType() api.MessageType + type VnetIP6FibCounters struct + C []IP6FibCounter + Count uint32 + VrfID uint32 + func (*VnetIP6FibCounters) GetCrcString() string + func (*VnetIP6FibCounters) GetMessageName() string + func (*VnetIP6FibCounters) GetMessageType() api.MessageType + type VnetIP6MfibCounters struct + C []IP6MfibCounter + Count uint32 + VrfID uint32 + func (*VnetIP6MfibCounters) GetCrcString() string + func (*VnetIP6MfibCounters) GetMessageName() string + func (*VnetIP6MfibCounters) GetMessageType() api.MessageType + type VnetIP6NbrCounters struct + Begin uint8 + C []IP6NbrCounter + Count uint32 + SwIfIndex uint32 + func (*VnetIP6NbrCounters) GetCrcString() string + func (*VnetIP6NbrCounters) GetMessageName() string + func (*VnetIP6NbrCounters) GetMessageType() api.MessageType + type VnetInterfaceCombinedCounters struct + Count uint32 + Data []VlibCounter + FirstSwIfIndex uint32 + VnetCounterType uint8 + func (*VnetInterfaceCombinedCounters) GetCrcString() string + func (*VnetInterfaceCombinedCounters) GetMessageName() string + func (*VnetInterfaceCombinedCounters) GetMessageType() api.MessageType + type VnetInterfaceSimpleCounters struct + Count uint32 + Data []uint64 + FirstSwIfIndex uint32 + VnetCounterType uint8 + func (*VnetInterfaceSimpleCounters) GetCrcString() string + func (*VnetInterfaceSimpleCounters) GetMessageName() string + func (*VnetInterfaceSimpleCounters) GetMessageType() api.MessageType + type VnetPerInterfaceCombinedCounters struct + Count uint32 + Data []VnetCombinedCounter + Timestamp uint32 + func (*VnetPerInterfaceCombinedCounters) GetCrcString() string + func (*VnetPerInterfaceCombinedCounters) GetMessageName() string + func (*VnetPerInterfaceCombinedCounters) GetMessageType() api.MessageType + type VnetPerInterfaceSimpleCounters struct + Count uint32 + Data []VnetSimpleCounter + Timestamp uint32 + func (*VnetPerInterfaceSimpleCounters) GetCrcString() string + func (*VnetPerInterfaceSimpleCounters) GetMessageName() string + func (*VnetPerInterfaceSimpleCounters) GetMessageType() api.MessageType + type VnetSimpleCounter struct + Drop uint64 + Punt uint64 + RxError uint64 + RxIP4 uint64 + RxIP6 uint64 + RxMiss uint64 + RxMpls uint64 + RxNoBuffer uint64 + SwIfIndex uint32 + TxError uint64 + func (*VnetSimpleCounter) GetCrcString() string + func (*VnetSimpleCounter) GetTypeName() string + type VnetUDPEncapCounters struct + C []UDPEncapCounter + Count uint32 + Timestamp uint32 + func (*VnetUDPEncapCounters) GetCrcString() string + func (*VnetUDPEncapCounters) GetMessageName() string + func (*VnetUDPEncapCounters) GetMessageType() api.MessageType + type WantIP4FibStats struct + EnableDisable uint32 + Pid uint32 + func (*WantIP4FibStats) GetCrcString() string + func (*WantIP4FibStats) GetMessageName() string + func (*WantIP4FibStats) GetMessageType() api.MessageType + type WantIP4FibStatsReply struct + Retval int32 + func (*WantIP4FibStatsReply) GetCrcString() string + func (*WantIP4FibStatsReply) GetMessageName() string + func (*WantIP4FibStatsReply) GetMessageType() api.MessageType + type WantIP4MfibStats struct + EnableDisable uint32 + Pid uint32 + func (*WantIP4MfibStats) GetCrcString() string + func (*WantIP4MfibStats) GetMessageName() string + func (*WantIP4MfibStats) GetMessageType() api.MessageType + type WantIP4MfibStatsReply struct + Retval int32 + func (*WantIP4MfibStatsReply) GetCrcString() string + func (*WantIP4MfibStatsReply) GetMessageName() string + func (*WantIP4MfibStatsReply) GetMessageType() api.MessageType + type WantIP4NbrStats struct + EnableDisable uint32 + Pid uint32 + func (*WantIP4NbrStats) GetCrcString() string + func (*WantIP4NbrStats) GetMessageName() string + func (*WantIP4NbrStats) GetMessageType() api.MessageType + type WantIP4NbrStatsReply struct + Retval int32 + func (*WantIP4NbrStatsReply) GetCrcString() string + func (*WantIP4NbrStatsReply) GetMessageName() string + func (*WantIP4NbrStatsReply) GetMessageType() api.MessageType + type WantIP6FibStats struct + EnableDisable uint32 + Pid uint32 + func (*WantIP6FibStats) GetCrcString() string + func (*WantIP6FibStats) GetMessageName() string + func (*WantIP6FibStats) GetMessageType() api.MessageType + type WantIP6FibStatsReply struct + Retval int32 + func (*WantIP6FibStatsReply) GetCrcString() string + func (*WantIP6FibStatsReply) GetMessageName() string + func (*WantIP6FibStatsReply) GetMessageType() api.MessageType + type WantIP6MfibStats struct + EnableDisable uint32 + Pid uint32 + func (*WantIP6MfibStats) GetCrcString() string + func (*WantIP6MfibStats) GetMessageName() string + func (*WantIP6MfibStats) GetMessageType() api.MessageType + type WantIP6MfibStatsReply struct + Retval int32 + func (*WantIP6MfibStatsReply) GetCrcString() string + func (*WantIP6MfibStatsReply) GetMessageName() string + func (*WantIP6MfibStatsReply) GetMessageType() api.MessageType + type WantIP6NbrStats struct + EnableDisable uint32 + Pid uint32 + func (*WantIP6NbrStats) GetCrcString() string + func (*WantIP6NbrStats) GetMessageName() string + func (*WantIP6NbrStats) GetMessageType() api.MessageType + type WantIP6NbrStatsReply struct + Retval int32 + func (*WantIP6NbrStatsReply) GetCrcString() string + func (*WantIP6NbrStatsReply) GetMessageName() string + func (*WantIP6NbrStatsReply) GetMessageType() api.MessageType + type WantInterfaceCombinedStats struct + EnableDisable uint32 + Pid uint32 + func (*WantInterfaceCombinedStats) GetCrcString() string + func (*WantInterfaceCombinedStats) GetMessageName() string + func (*WantInterfaceCombinedStats) GetMessageType() api.MessageType + type WantInterfaceCombinedStatsReply struct + Retval int32 + func (*WantInterfaceCombinedStatsReply) GetCrcString() string + func (*WantInterfaceCombinedStatsReply) GetMessageName() string + func (*WantInterfaceCombinedStatsReply) GetMessageType() api.MessageType + type WantInterfaceSimpleStats struct + EnableDisable uint32 + Pid uint32 + func (*WantInterfaceSimpleStats) GetCrcString() string + func (*WantInterfaceSimpleStats) GetMessageName() string + func (*WantInterfaceSimpleStats) GetMessageType() api.MessageType + type WantInterfaceSimpleStatsReply struct + Retval int32 + func (*WantInterfaceSimpleStatsReply) GetCrcString() string + func (*WantInterfaceSimpleStatsReply) GetMessageName() string + func (*WantInterfaceSimpleStatsReply) GetMessageType() api.MessageType + type WantPerInterfaceCombinedStats struct + EnableDisable uint32 + Num uint32 + Pid uint32 + SwIfs []uint32 + func (*WantPerInterfaceCombinedStats) GetCrcString() string + func (*WantPerInterfaceCombinedStats) GetMessageName() string + func (*WantPerInterfaceCombinedStats) GetMessageType() api.MessageType + type WantPerInterfaceCombinedStatsReply struct + Retval int32 + func (*WantPerInterfaceCombinedStatsReply) GetCrcString() string + func (*WantPerInterfaceCombinedStatsReply) GetMessageName() string + func (*WantPerInterfaceCombinedStatsReply) GetMessageType() api.MessageType + type WantPerInterfaceSimpleStats struct + EnableDisable uint32 + Num uint32 + Pid uint32 + SwIfs []uint32 + func (*WantPerInterfaceSimpleStats) GetCrcString() string + func (*WantPerInterfaceSimpleStats) GetMessageName() string + func (*WantPerInterfaceSimpleStats) GetMessageType() api.MessageType + type WantPerInterfaceSimpleStatsReply struct + Retval int32 + func (*WantPerInterfaceSimpleStatsReply) GetCrcString() string + func (*WantPerInterfaceSimpleStatsReply) GetMessageName() string + func (*WantPerInterfaceSimpleStatsReply) GetMessageType() api.MessageType + type WantStats struct + EnableDisable uint32 + Pid uint32 + func (*WantStats) GetCrcString() string + func (*WantStats) GetMessageName() string + func (*WantStats) GetMessageType() api.MessageType + type WantStatsReply struct + Retval int32 + func (*WantStatsReply) GetCrcString() string + func (*WantStatsReply) GetMessageName() string + func (*WantStatsReply) GetMessageType() api.MessageType + type WantUDPEncapStats struct + Enable uint32 + Pid uint32 + func (*WantUDPEncapStats) GetCrcString() string + func (*WantUDPEncapStats) GetMessageName() string + func (*WantUDPEncapStats) GetMessageType() api.MessageType + type WantUDPEncapStatsReply struct + Retval int32 + func (*WantUDPEncapStatsReply) GetCrcString() string + func (*WantUDPEncapStatsReply) GetMessageName() string + func (*WantUDPEncapStatsReply) GetMessageType() api.MessageType