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 NewSwInterfaceTapDetails() api.Message + func NewSwInterfaceTapDump() api.Message + func NewTapConnect() api.Message + func NewTapConnectReply() api.Message + func NewTapDelete() api.Message + func NewTapDeleteReply() api.Message + func NewTapModify() api.Message + func NewTapModifyReply() api.Message + type SwInterfaceTapDetails struct + DevName []byte + SwIfIndex uint32 + func (*SwInterfaceTapDetails) GetCrcString() string + func (*SwInterfaceTapDetails) GetMessageName() string + func (*SwInterfaceTapDetails) GetMessageType() api.MessageType + type SwInterfaceTapDump struct + func (*SwInterfaceTapDump) GetCrcString() string + func (*SwInterfaceTapDump) GetMessageName() string + func (*SwInterfaceTapDump) GetMessageType() api.MessageType + type TapConnect struct + CustomDevInstance uint32 + IP4Address []byte + IP4AddressSet uint8 + IP4MaskWidth uint8 + IP6Address []byte + IP6AddressSet uint8 + IP6MaskWidth uint8 + MacAddress []byte + Renumber uint8 + Tag []byte + TapName []byte + UseRandomMac uint8 + func (*TapConnect) GetCrcString() string + func (*TapConnect) GetMessageName() string + func (*TapConnect) GetMessageType() api.MessageType + type TapConnectReply struct + Retval int32 + SwIfIndex uint32 + func (*TapConnectReply) GetCrcString() string + func (*TapConnectReply) GetMessageName() string + func (*TapConnectReply) GetMessageType() api.MessageType + type TapDelete struct + SwIfIndex uint32 + func (*TapDelete) GetCrcString() string + func (*TapDelete) GetMessageName() string + func (*TapDelete) GetMessageType() api.MessageType + type TapDeleteReply struct + Retval int32 + func (*TapDeleteReply) GetCrcString() string + func (*TapDeleteReply) GetMessageName() string + func (*TapDeleteReply) GetMessageType() api.MessageType + type TapModify struct + CustomDevInstance uint32 + MacAddress []byte + Renumber uint8 + SwIfIndex uint32 + TapName []byte + UseRandomMac uint8 + func (*TapModify) GetCrcString() string + func (*TapModify) GetMessageName() string + func (*TapModify) GetMessageType() api.MessageType + type TapModifyReply struct + Retval int32 + SwIfIndex uint32 + func (*TapModifyReply) GetCrcString() string + func (*TapModifyReply) GetMessageName() string + func (*TapModifyReply) GetMessageType() api.MessageType