|
| IPv4Header (const IPv4Header &from) |
|
IPv4Header & | operator= (const IPv4Header &from) |
|
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (IPv4Header *other) |
|
IPv4Header * | New () const |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
|
void | CopyFrom (const IPv4Header &from) |
|
void | MergeFrom (const IPv4Header &from) |
|
void | Clear () |
|
bool | IsInitialized () const |
|
int | ByteSize () const |
|
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) |
|
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const |
|
::google::protobuf::uint8 * | SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const |
|
int | GetCachedSize () const |
|
::google::protobuf::Metadata | GetMetadata () const |
|
bool | has_ihl () const |
|
void | clear_ihl () |
|
inline::google::protobuf::uint32 | ihl () const |
|
void | set_ihl (::google::protobuf::uint32 value) |
|
bool | has_version () const |
|
void | clear_version () |
|
inline::google::protobuf::uint32 | version () const |
|
void | set_version (::google::protobuf::uint32 value) |
|
bool | has_ecn () const |
|
void | clear_ecn () |
|
inline::google::protobuf::uint32 | ecn () const |
|
void | set_ecn (::google::protobuf::uint32 value) |
|
bool | has_dscp () const |
|
void | clear_dscp () |
|
inline::google::protobuf::uint32 | dscp () const |
|
void | set_dscp (::google::protobuf::uint32 value) |
|
bool | has_total_length () const |
|
void | clear_total_length () |
|
inline::google::protobuf::uint32 | total_length () const |
|
void | set_total_length (::google::protobuf::uint32 value) |
|
bool | has_identification () const |
|
void | clear_identification () |
|
inline::google::protobuf::uint32 | identification () const |
|
void | set_identification (::google::protobuf::uint32 value) |
|
bool | has_flags_frag_offset () const |
|
void | clear_flags_frag_offset () |
|
const ::goby::acomms::protobuf::IPv4Header_FlagsFragOffset & | flags_frag_offset () const |
|
inline::goby::acomms::protobuf::IPv4Header_FlagsFragOffset * | mutable_flags_frag_offset () |
|
inline::goby::acomms::protobuf::IPv4Header_FlagsFragOffset * | release_flags_frag_offset () |
|
void | set_allocated_flags_frag_offset (::goby::acomms::protobuf::IPv4Header_FlagsFragOffset *flags_frag_offset) |
|
bool | has_ttl () const |
|
void | clear_ttl () |
|
inline::google::protobuf::uint32 | ttl () const |
|
void | set_ttl (::google::protobuf::uint32 value) |
|
bool | has_protocol () const |
|
void | clear_protocol () |
|
inline::google::protobuf::uint32 | protocol () const |
|
void | set_protocol (::google::protobuf::uint32 value) |
|
bool | has_header_checksum () const |
|
void | clear_header_checksum () |
|
inline::google::protobuf::uint32 | header_checksum () const |
|
void | set_header_checksum (::google::protobuf::uint32 value) |
|
bool | has_source_ip_address () const |
|
void | clear_source_ip_address () |
|
const ::std::string & | source_ip_address () const |
|
void | set_source_ip_address (const ::std::string &value) |
|
void | set_source_ip_address (const char *value) |
|
void | set_source_ip_address (const char *value, size_t size) |
|
inline::std::string * | mutable_source_ip_address () |
|
inline::std::string * | release_source_ip_address () |
|
void | set_allocated_source_ip_address (::std::string *source_ip_address) |
|
bool | has_dest_ip_address () const |
|
void | clear_dest_ip_address () |
|
const ::std::string & | dest_ip_address () const |
|
void | set_dest_ip_address (const ::std::string &value) |
|
void | set_dest_ip_address (const char *value) |
|
void | set_dest_ip_address (const char *value, size_t size) |
|
inline::std::string * | mutable_dest_ip_address () |
|
inline::std::string * | release_dest_ip_address () |
|
void | set_allocated_dest_ip_address (::std::string *dest_ip_address) |
|
Definition at line 547 of file network_header.pb.h.