odtone::net::ip::icmp::neighbor_solicitation
// In header: </home/carlos/Projectos/odtone/inc/odtone/net/ip/icmp/icmp.hpp> class neighbor_solicitation : public odtone::net::ip::icmp::header { public: // construct/copy/destruct neighbor_solicitation(); // public member functions void target(const address_v6::bytes_type &); const address_v6::bytes_type & target() const; // public data members static const uint8 type_value; static const uint8 code_value; };