MCPcopy
hub / github.com/osrg/gobgp / Body

Interface Body

pkg/zebra/zapi.go:1785–1789  ·  view source on GitHub ↗

Body is an interface for zebra messages.

Source from the content-addressed store, hash-verified

1783
1784// Body is an interface for zebra messages.
1785type Body interface {
1786 decodeFromBytes([]byte, uint8, Software) error
1787 serialize(uint8, Software) ([]byte, error)
1788 string(uint8, Software) string
1789}
1790
1791type unknownBody struct {
1792 Data []byte

Callers 23

decodeFromBytesMethod · 0.65
parseMessageFunction · 0.65
FuzzDecodeFromBytesFunction · 0.65
FuzzDecodeFromBytesFunction · 0.65
DecodeFromBytesMethod · 0.65
DecodeFromBytesMethod · 0.65
FuzzDecodeFromBytesFunction · 0.65
parseBGP4MPStateChangeFunction · 0.65
serializeMethod · 0.65
SerializeMethod · 0.65
SerializeMethod · 0.65
SerializeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…