MCPcopy
hub / github.com/golang/net / InterfaceMessage

Struct InterfaceMessage

route/interface.go:10–20  ·  view source on GitHub ↗

An InterfaceMessage represents an interface message.

Source from the content-addressed store, hash-verified

8
9// An InterfaceMessage represents an interface message.
10type InterfaceMessage struct {
11 Version int // message version
12 Type int // message type
13 Flags int // interface flags
14 Index int // interface index
15 Name string // interface name
16 Addrs []Addr // addresses
17
18 extOff int // offset of header extension
19 raw []byte // raw message
20}
21
22// An InterfaceAddrMessage represents an interface address message.
23type InterfaceAddrMessage struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected