MCPcopy Index your code
hub / github.com/google/gopacket / SFlowIPType

TypeAlias SFlowIPType

layers/sflow.go:271–271  ·  view source on GitHub ↗

SFlowIPType determines what form the IP address being decoded will take. This is an XDR union type allowing for both IPv4 and IPv6

Source from the content-addressed store, hash-verified

269// SFlowIPType determines what form the IP address being decoded will
270// take. This is an XDR union type allowing for both IPv4 and IPv6
271type SFlowIPType uint32
272
273const (
274 SFlowIPv4 SFlowIPType = 1

Callers 3

DecodeFromBytesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected