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

Struct InterfaceMulticastAddrMessage

route/interface.go:38–46  ·  view source on GitHub ↗

An InterfaceMulticastAddrMessage represents an interface multicast address message.

Source from the content-addressed store, hash-verified

36// An InterfaceMulticastAddrMessage represents an interface multicast
37// address message.
38type InterfaceMulticastAddrMessage struct {
39 Version int // message version
40 Type int // message type
41 Flags int // interface flags
42 Index int // interface index
43 Addrs []Addr // addresses
44
45 raw []byte // raw message
46}
47
48// Sys implements the Sys method of Message interface.
49func (m *InterfaceMulticastAddrMessage) Sys() []Sys { return nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected