udp

package
v0.0.0-...-f91f7f2 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package udp is a generated VPP binary API for 'udp' module.

It consists of:

1 enum
2 aliases
6 types
1 union
6 messages
3 services

Index

Constants

View Source
const (
	// ModuleName is the name of this module.
	ModuleName = "udp"
	// APIVersion is the API version of this module.
	APIVersion = "1.1.0"
	// VersionCrc is the CRC of this module.
	VersionCrc = 0x30992452
)

Variables

View Source
var AddressFamily_name = map[uint32]string{
	0: "ADDRESS_IP4",
	1: "ADDRESS_IP6",
}
View Source
var AddressFamily_value = map[string]uint32{
	"ADDRESS_IP4": 0,
	"ADDRESS_IP6": 1,
}

Functions

func AllMessages

func AllMessages() []api.Message

Messages returns list of all messages in this module.

Types

type Address

type Address struct {
	Af AddressFamily
	Un AddressUnion
}

Address represents VPP binary API type 'address'.

func (*Address) GetCrcString

func (*Address) GetCrcString() string

func (*Address) GetTypeName

func (*Address) GetTypeName() string

type AddressFamily

type AddressFamily uint32

AddressFamily represents VPP binary API enum 'address_family'.

const (
	ADDRESS_IP4 AddressFamily = 0
	ADDRESS_IP6 AddressFamily = 1
)

func (AddressFamily) String

func (x AddressFamily) String() string

type AddressUnion

type AddressUnion struct {
	XXX_UnionData [16]byte
}

AddressUnion represents VPP binary API union 'address_union'.

func AddressUnionIP4

func AddressUnionIP4(a IP4Address) (u AddressUnion)

func AddressUnionIP6

func AddressUnionIP6(a IP6Address) (u AddressUnion)

func (*AddressUnion) GetCrcString

func (*AddressUnion) GetCrcString() string

func (*AddressUnion) GetIP4

func (u *AddressUnion) GetIP4() (a IP4Address)

func (*AddressUnion) GetIP6

func (u *AddressUnion) GetIP6() (a IP6Address)

func (*AddressUnion) GetTypeName

func (*AddressUnion) GetTypeName() string

func (*AddressUnion) SetIP4

func (u *AddressUnion) SetIP4(a IP4Address)

func (*AddressUnion) SetIP6

func (u *AddressUnion) SetIP6(a IP6Address)

type IP4Address

type IP4Address [4]uint8

IP4Address represents VPP binary API alias 'ip4_address'.

type IP4Prefix

type IP4Prefix struct {
	Prefix IP4Address
	Len    uint8
}

IP4Prefix represents VPP binary API type 'ip4_prefix'.

func (*IP4Prefix) GetCrcString

func (*IP4Prefix) GetCrcString() string

func (*IP4Prefix) GetTypeName

func (*IP4Prefix) GetTypeName() string

type IP6Address

type IP6Address [16]uint8

IP6Address represents VPP binary API alias 'ip6_address'.

type IP6Prefix

type IP6Prefix struct {
	Prefix IP6Address
	Len    uint8
}

IP6Prefix represents VPP binary API type 'ip6_prefix'.

func (*IP6Prefix) GetCrcString

func (*IP6Prefix) GetCrcString() string

func (*IP6Prefix) GetTypeName

func (*IP6Prefix) GetTypeName() string

type Mprefix

type Mprefix struct {
	Af               AddressFamily
	GrpAddressLength uint16
	GrpAddress       AddressUnion
	SrcAddress       AddressUnion
}

Mprefix represents VPP binary API type 'mprefix'.

func (*Mprefix) GetCrcString

func (*Mprefix) GetCrcString() string

func (*Mprefix) GetTypeName

func (*Mprefix) GetTypeName() string

type Prefix

type Prefix struct {
	Address       Address
	AddressLength uint8
}

Prefix represents VPP binary API type 'prefix'.

func (*Prefix) GetCrcString

func (*Prefix) GetCrcString() string

func (*Prefix) GetTypeName

func (*Prefix) GetTypeName() string

type RPCService

type RPCService interface {
	DumpUDPEncap(ctx context.Context, in *UDPEncapDump) (RPCService_DumpUDPEncapClient, error)
	UDPEncapAdd(ctx context.Context, in *UDPEncapAdd) (*UDPEncapAddReply, error)
	UDPEncapDel(ctx context.Context, in *UDPEncapDel) (*UDPEncapDelReply, error)
}

RPCService represents RPC service API for udp module.

func NewServiceClient

func NewServiceClient(ch api.Channel) RPCService

type RPCService_DumpUDPEncapClient

type RPCService_DumpUDPEncapClient interface {
	Recv() (*UDPEncapDetails, error)
}

type UDPEncap

type UDPEncap struct {
	TableID uint32
	SrcPort uint16
	DstPort uint16
	SrcIP   Address
	DstIP   Address
	ID      uint32
}

UDPEncap represents VPP binary API type 'udp_encap'.

func (*UDPEncap) GetCrcString

func (*UDPEncap) GetCrcString() string

func (*UDPEncap) GetTypeName

func (*UDPEncap) GetTypeName() string

type UDPEncapAdd

type UDPEncapAdd struct {
	UDPEncap UDPEncap
}

UDPEncapAdd represents VPP binary API message 'udp_encap_add'.

func (*UDPEncapAdd) GetCrcString

func (*UDPEncapAdd) GetCrcString() string

func (*UDPEncapAdd) GetMessageName

func (*UDPEncapAdd) GetMessageName() string

func (*UDPEncapAdd) GetMessageType

func (*UDPEncapAdd) GetMessageType() api.MessageType

func (*UDPEncapAdd) Reset

func (m *UDPEncapAdd) Reset()

type UDPEncapAddReply

type UDPEncapAddReply struct {
	Retval int32
	ID     uint32
}

UDPEncapAddReply represents VPP binary API message 'udp_encap_add_reply'.

func (*UDPEncapAddReply) GetCrcString

func (*UDPEncapAddReply) GetCrcString() string

func (*UDPEncapAddReply) GetMessageName

func (*UDPEncapAddReply) GetMessageName() string

func (*UDPEncapAddReply) GetMessageType

func (*UDPEncapAddReply) GetMessageType() api.MessageType

func (*UDPEncapAddReply) Reset

func (m *UDPEncapAddReply) Reset()

type UDPEncapDel

type UDPEncapDel struct {
	ID uint32
}

UDPEncapDel represents VPP binary API message 'udp_encap_del'.

func (*UDPEncapDel) GetCrcString

func (*UDPEncapDel) GetCrcString() string

func (*UDPEncapDel) GetMessageName

func (*UDPEncapDel) GetMessageName() string

func (*UDPEncapDel) GetMessageType

func (*UDPEncapDel) GetMessageType() api.MessageType

func (*UDPEncapDel) Reset

func (m *UDPEncapDel) Reset()

type UDPEncapDelReply

type UDPEncapDelReply struct {
	Retval int32
}

UDPEncapDelReply represents VPP binary API message 'udp_encap_del_reply'.

func (*UDPEncapDelReply) GetCrcString

func (*UDPEncapDelReply) GetCrcString() string

func (*UDPEncapDelReply) GetMessageName

func (*UDPEncapDelReply) GetMessageName() string

func (*UDPEncapDelReply) GetMessageType

func (*UDPEncapDelReply) GetMessageType() api.MessageType

func (*UDPEncapDelReply) Reset

func (m *UDPEncapDelReply) Reset()

type UDPEncapDetails

type UDPEncapDetails struct {
	UDPEncap UDPEncap
}

UDPEncapDetails represents VPP binary API message 'udp_encap_details'.

func (*UDPEncapDetails) GetCrcString

func (*UDPEncapDetails) GetCrcString() string

func (*UDPEncapDetails) GetMessageName

func (*UDPEncapDetails) GetMessageName() string

func (*UDPEncapDetails) GetMessageType

func (*UDPEncapDetails) GetMessageType() api.MessageType

func (*UDPEncapDetails) Reset

func (m *UDPEncapDetails) Reset()

type UDPEncapDump

type UDPEncapDump struct{}

UDPEncapDump represents VPP binary API message 'udp_encap_dump'.

func (*UDPEncapDump) GetCrcString

func (*UDPEncapDump) GetCrcString() string

func (*UDPEncapDump) GetMessageName

func (*UDPEncapDump) GetMessageName() string

func (*UDPEncapDump) GetMessageType

func (*UDPEncapDump) GetMessageType() api.MessageType

func (*UDPEncapDump) Reset

func (m *UDPEncapDump) Reset()

Jump to

Keyboard shortcuts

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