SFlowIPType determines what form the IP address being decoded will take. This is an XDR union type allowing for both IPv4 and IPv6
| 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 |
| 271 | type SFlowIPType uint32 |
| 272 | |
| 273 | const ( |
| 274 | SFlowIPv4 SFlowIPType = 1 |
no outgoing calls
no test coverage detected