Home
last modified time | relevance | path

Searched refs:echo_request (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/doc/html/boost_asio/example/cpp03/icmp/
Dping.cpp43 icmp_header echo_request; in start_send() local
44 echo_request.type(icmp_header::echo_request); in start_send()
45 echo_request.code(0); in start_send()
46 echo_request.identifier(get_identifier()); in start_send()
47 echo_request.sequence_number(++sequence_number_); in start_send()
48 compute_checksum(echo_request, body.begin(), body.end()); in start_send()
53 os << echo_request << body; in start_send()
Dicmp_header.hpp37 redirect = 5, echo_request = 8, time_exceeded = 11, parameter_problem = 12, enumerator
/third_party/boost/libs/asio/example/cpp03/icmp/
Dping.cpp43 icmp_header echo_request; in start_send() local
44 echo_request.type(icmp_header::echo_request); in start_send()
45 echo_request.code(0); in start_send()
46 echo_request.identifier(get_identifier()); in start_send()
47 echo_request.sequence_number(++sequence_number_); in start_send()
48 compute_checksum(echo_request, body.begin(), body.end()); in start_send()
53 os << echo_request << body; in start_send()
Dicmp_header.hpp37 redirect = 5, echo_request = 8, time_exceeded = 11, parameter_problem = 12, enumerator