syscalls

package
v0.4.15 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateIPForwardEntry added in v0.1.2

func CreateIPForwardEntry(fr *IPForwardRow) (errcode error)

func GetIPForwardTable added in v0.1.2

func GetIPForwardTable(ft *IPForwardTable, size *uint32, order bool) (errcode error)

Types

type IPForwardRow added in v0.1.2

type IPForwardRow struct {
	ForwardDest      uint32
	ForwardMask      uint32
	ForwardPolicy    uint32
	ForwardNextHop   uint32
	ForwardIfIndex   uint32
	ForwardType      uint32
	ForwardProto     uint32
	ForwardAge       uint32
	ForwardNextHopAS uint32
	ForwardMetric1   uint32
	ForwardMetric2   uint32
	ForwardMetric3   uint32
	ForwardMetric4   uint32
	ForwardMetric5   uint32
}

type IPForwardTable added in v0.1.2

type IPForwardTable struct {
	NumEntries uint32
	Table      [1]IPForwardRow
}

Jump to

Keyboard shortcuts

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