MCPcopy Create free account
hub / github.com/google/nftables / Byteorder

Struct Byteorder

expr/byteorder.go:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30)
31
32type Byteorder struct {
33 SourceRegister uint32
34 DestRegister uint32
35 Op ByteorderOp
36 Len uint32
37 Size uint32
38}
39
40func (e *Byteorder) marshal(fam byte) ([]byte, error) {
41 data, err := e.marshalData(fam)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected