MCPcopy Create free account
hub / github.com/cloudfoundry/garden / ICMPControlCode

Function ICMPControlCode

net_out_rule.go:66–69  ·  view source on GitHub ↗

ICMPControlCode creates a value for the Code field in ICMPControl

(code uint8)

Source from the content-addressed store, hash-verified

64
65// ICMPControlCode creates a value for the Code field in ICMPControl
66func ICMPControlCode(code uint8) *ICMPCode {
67 pCode := ICMPCode(code)
68 return &pCode
69}
70
71// Last IP (broadcast) address in a network (net.IPNet)
72func lastIP(n *net.IPNet) net.IP {

Callers 2

connection_test.goFile · 0.92

Calls 1

ICMPCodeTypeAlias · 0.85

Tested by

no test coverage detected