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

Struct InterfaceAddrMessage

route/interface.go:23–31  ·  view source on GitHub ↗

An InterfaceAddrMessage represents an interface address message.

Source from the content-addressed store, hash-verified

21
22// An InterfaceAddrMessage represents an interface address message.
23type InterfaceAddrMessage struct {
24 Version int // message version
25 Type int // message type
26 Flags int // interface flags
27 Index int // interface index
28 Addrs []Addr // addresses
29
30 raw []byte // raw message
31}
32
33// Sys implements the Sys method of Message interface.
34func (m *InterfaceAddrMessage) Sys() []Sys { return nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected