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 }
Click to show internal directories.
Click to hide internal directories.