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

Struct IPAddrPrefix

pkg/packet/bgp/bgp.go:1472–1474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1470}
1471
1472type IPAddrPrefix struct {
1473 IPAddrPrefixDefault
1474}
1475
1476func (r *IPAddrPrefix) decodeFromBytes(data []byte, addrlen int, options ...*MarshallingOption) error {
1477 if len(data) < 1 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected