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

Method GetType

pkg/packet/bgp/bgp.go:11801–11801  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11799
11800type AsPathParamInterface interface {
11801 GetType() uint8
11802 GetAS() []uint32
11803 Serialize() ([]byte, error)
11804 DecodeFromBytes([]byte) error

Callers 15

CollectMethod · 0.65
UnmarshalPathAttributesFunction · 0.65
apiutil2PathFunction · 0.65
api2PathFunction · 0.65
getPathAttrFromBGPUpdateFunction · 0.65
MarshalJSONMethod · 0.65
ValidateUpdateMsgFunction · 0.65
ValidateAttributeFunction · 0.65
MarshalJSONMethod · 0.65

Implementers 2

AsPathParampkg/packet/bgp/bgp.go
As4PathParampkg/packet/bgp/bgp.go

Calls

no outgoing calls

Tested by 7

unreachIndexFunction · 0.52
Test_ParsePathFunction · 0.52
Test_ParseEvpnPathFunction · 0.52
Test_ParseFlowSpecPathFunction · 0.52