MCPcopy Create free account
hub / github.com/boostorg/asio / code

Method code

example/cpp11/icmp/icmp_header.hpp:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43 unsigned char type() const { return rep_[0]; }
44 unsigned char code() const { return rep_[1]; }
45 unsigned short checksum() const { return decode(2, 3); }
46 unsigned short identifier() const { return decode(4, 5); }
47 unsigned short sequence_number() const { return decode(6, 7); }

Callers 15

compute_checksumFunction · 0.80
start_sendMethod · 0.80
use_future_0_testFunction · 0.80
use_future_1_testFunction · 0.80
use_future_2_testFunction · 0.80
use_future_3_testFunction · 0.80
test_spawn_cancelFunction · 0.80

Calls

no outgoing calls

Tested by 5

test_spawn_cancelFunction · 0.64
test_connect_rangeFunction · 0.64
test_connect_range_condFunction · 0.64
test_connect_iterFunction · 0.64
test_connect_iter_condFunction · 0.64