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

Method SetNetworkLayerForChecksum

layers/decode_test.go:495–495  ·  view source on GitHub ↗
(gopacket.NetworkLayer)

Source from the content-addressed store, hash-verified

493
494type canSetNetLayer interface {
495 SetNetworkLayerForChecksum(gopacket.NetworkLayer) error
496}
497
498func testSerialization(t *testing.T, p gopacket.Packet, data []byte) {

Callers 7

getSerializeLayersFunction · 0.65
TestIPv4UDPChecksumFunction · 0.65
scanMethod · 0.65
mainFunction · 0.65

Implementers 1

tcpipchecksumlayers/tcpip.go

Calls

no outgoing calls

Tested by 5

getSerializeLayersFunction · 0.52
TestIPv4UDPChecksumFunction · 0.52