Home
last modified time | relevance | path

Searched refs:ipv4_header (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/doc/html/boost_asio/example/cpp03/icmp/
Dipv4_header.hpp51 class ipv4_header class
54 ipv4_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in ipv4_header() function in ipv4_header
82 friend std::istream& operator>>(std::istream& is, ipv4_header& header) in operator >>()
Dping.cpp93 ipv4_header ipv4_hdr; in handle_receive()
/third_party/boost/libs/asio/example/cpp03/icmp/
Dipv4_header.hpp51 class ipv4_header class
54 ipv4_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in ipv4_header() function in ipv4_header
82 friend std::istream& operator>>(std::istream& is, ipv4_header& header) in operator >>()
Dping.cpp93 ipv4_header ipv4_hdr; in handle_receive()
/third_party/boost/libs/asio/doc/
Dexamples.qbk192 * [@boost_asio/example/cpp03/icmp/ipv4_header.hpp]