Searched refs:icmp_header (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/asio/example/cpp03/icmp/ |
D | icmp_header.hpp | 33 class icmp_header class 41 icmp_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in icmp_header() function in icmp_header 55 friend std::istream& operator>>(std::istream& is, icmp_header& header) in operator >>() 58 friend std::ostream& operator<<(std::ostream& os, const icmp_header& header) in operator <<() 75 void compute_checksum(icmp_header& header, in compute_checksum()
|
D | ping.cpp | 43 icmp_header echo_request; in start_send() 44 echo_request.type(icmp_header::echo_request); in start_send() 94 icmp_header icmp_hdr; in handle_receive() 100 if (is && icmp_hdr.type() == icmp_header::echo_reply in handle_receive()
|
/third_party/boost/doc/html/boost_asio/example/cpp03/icmp/ |
D | icmp_header.hpp | 33 class icmp_header class 41 icmp_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in icmp_header() function in icmp_header 55 friend std::istream& operator>>(std::istream& is, icmp_header& header) in operator >>() 58 friend std::ostream& operator<<(std::ostream& os, const icmp_header& header) in operator <<() 75 void compute_checksum(icmp_header& header, in compute_checksum()
|
D | ping.cpp | 43 icmp_header echo_request; in start_send() 44 echo_request.type(icmp_header::echo_request); in start_send() 94 icmp_header icmp_hdr; in handle_receive() 100 if (is && icmp_hdr.type() == icmp_header::echo_reply in handle_receive()
|
/third_party/boost/libs/asio/doc/ |
D | examples.qbk | 193 * [@boost_asio/example/cpp03/icmp/icmp_header.hpp]
|