Home
last modified time | relevance | path

Searched refs:ipv4_hdr (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/doc/html/boost_asio/example/cpp03/icmp/
Dping.cpp93 ipv4_header ipv4_hdr; in handle_receive() local
95 is >> ipv4_hdr >> icmp_hdr; in handle_receive()
111 std::cout << length - ipv4_hdr.header_length() in handle_receive()
112 << " bytes from " << ipv4_hdr.source_address() in handle_receive()
114 << ", ttl=" << ipv4_hdr.time_to_live() in handle_receive()
/third_party/boost/libs/asio/example/cpp03/icmp/
Dping.cpp93 ipv4_header ipv4_hdr; in handle_receive() local
95 is >> ipv4_hdr >> icmp_hdr; in handle_receive()
111 std::cout << length - ipv4_hdr.header_length() in handle_receive()
112 << " bytes from " << ipv4_hdr.source_address() in handle_receive()
114 << ", ttl=" << ipv4_hdr.time_to_live() in handle_receive()