Searched refs:ipv4_header (Results 1 – 5 of 5) sorted by relevance
51 class ipv4_header class54 ipv4_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in ipv4_header() function in ipv4_header82 friend std::istream& operator>>(std::istream& is, ipv4_header& header) in operator >>()
93 ipv4_header ipv4_hdr; in handle_receive()
192 * [@boost_asio/example/cpp03/icmp/ipv4_header.hpp]