Home
last modified time | relevance | path

Searched defs:NeighCacheInfo (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/node_exporter/node_exporter-1.2.2/vendor/github.com/jsimonetti/rtnetlink/
H A Dneigh.go153 type NeighCacheInfo struct { struct
154 Confirmed uint32
155 Used uint32
156 Updated uint32
157 RefCount uint32
161 func (n *NeighCacheInfo) unmarshalBinary(b []byte) error {