Versions in this module Expand all Collapse all v0 v0.4.0 Nov 14, 2019 Changes in this version + type MockL4Header struct + func NewMockL4Header(ctrl *gomock.Controller) *MockL4Header + func (m *MockL4Header) Copy() l4.L4Header + func (m *MockL4Header) EXPECT() *MockL4HeaderMockRecorder + func (m *MockL4Header) GetCSum() common.RawBytes + func (m *MockL4Header) L4Len() int + func (m *MockL4Header) L4Type() common.L4ProtocolType + func (m *MockL4Header) Pack(arg0 bool) (common.RawBytes, error) + func (m *MockL4Header) Reverse() + func (m *MockL4Header) SetCSum(arg0 common.RawBytes) + func (m *MockL4Header) SetPldLen(arg0 int) + func (m *MockL4Header) String() string + func (m *MockL4Header) Validate(arg0 int) error + func (m *MockL4Header) Write(arg0 common.RawBytes) error + type MockL4HeaderMockRecorder struct + func (mr *MockL4HeaderMockRecorder) Copy() *gomock.Call + func (mr *MockL4HeaderMockRecorder) GetCSum() *gomock.Call + func (mr *MockL4HeaderMockRecorder) L4Len() *gomock.Call + func (mr *MockL4HeaderMockRecorder) L4Type() *gomock.Call + func (mr *MockL4HeaderMockRecorder) Pack(arg0 interface{}) *gomock.Call + func (mr *MockL4HeaderMockRecorder) Reverse() *gomock.Call + func (mr *MockL4HeaderMockRecorder) SetCSum(arg0 interface{}) *gomock.Call + func (mr *MockL4HeaderMockRecorder) SetPldLen(arg0 interface{}) *gomock.Call + func (mr *MockL4HeaderMockRecorder) String() *gomock.Call + func (mr *MockL4HeaderMockRecorder) Validate(arg0 interface{}) *gomock.Call + func (mr *MockL4HeaderMockRecorder) Write(arg0 interface{}) *gomock.Call