Goby3  3.1.4
2024.02.22
goby::acomms::protobuf::IPv4Header Class Reference

#include <goby/acomms/protobuf/network_header.pb.h>

Inheritance diagram for goby::acomms::protobuf::IPv4Header:
google::protobuf::Message google::protobuf::MessageLite

Public Types

enum  DCCLParameters { DCCL_ID = 61441, DCCL_MAX_BYTES = 60 }
 
typedef IPv4Header_FlagsFragOffset FlagsFragOffset
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 IPv4Header ()
 
virtual ~IPv4Header ()
 
 IPv4Header (const IPv4Header &from)
 
IPv4Headeroperator= (const IPv4Header &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (IPv4Header *other)
 
IPv4HeaderNew () const final
 
IPv4HeaderNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const IPv4Header &from)
 
void MergeFrom (const IPv4Header &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
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)
 
::std::string * mutable_source_ip_address ()
 
::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)
 
::std::string * mutable_dest_ip_address ()
 
::std::string * release_dest_ip_address ()
 
void set_allocated_dest_ip_address (::std::string *dest_ip_address)
 
bool has_flags_frag_offset () const
 
void clear_flags_frag_offset ()
 
const ::goby::acomms::protobuf::IPv4Header_FlagsFragOffsetflags_frag_offset () const
 
::goby::acomms::protobuf::IPv4Header_FlagsFragOffsetrelease_flags_frag_offset ()
 
::goby::acomms::protobuf::IPv4Header_FlagsFragOffsetmutable_flags_frag_offset ()
 
void set_allocated_flags_frag_offset (::goby::acomms::protobuf::IPv4Header_FlagsFragOffset *flags_frag_offset)
 
bool has_version () const
 
void clear_version ()
 
::google::protobuf::uint32 version () const
 
void set_version (::google::protobuf::uint32 value)
 
bool has_ihl () const
 
void clear_ihl ()
 
::google::protobuf::uint32 ihl () const
 
void set_ihl (::google::protobuf::uint32 value)
 
bool has_dscp () const
 
void clear_dscp ()
 
::google::protobuf::uint32 dscp () const
 
void set_dscp (::google::protobuf::uint32 value)
 
bool has_ecn () const
 
void clear_ecn ()
 
::google::protobuf::uint32 ecn () const
 
void set_ecn (::google::protobuf::uint32 value)
 
bool has_total_length () const
 
void clear_total_length ()
 
::google::protobuf::uint32 total_length () const
 
void set_total_length (::google::protobuf::uint32 value)
 
bool has_identification () const
 
void clear_identification ()
 
::google::protobuf::uint32 identification () const
 
void set_identification (::google::protobuf::uint32 value)
 
bool has_ttl () const
 
void clear_ttl ()
 
::google::protobuf::uint32 ttl () const
 
void set_ttl (::google::protobuf::uint32 value)
 
bool has_protocol () const
 
void clear_protocol ()
 
::google::protobuf::uint32 protocol () const
 
void set_protocol (::google::protobuf::uint32 value)
 
bool has_header_checksum () const
 
void clear_header_checksum ()
 
::google::protobuf::uint32 header_checksum () const
 
void set_header_checksum (::google::protobuf::uint32 value)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (std::vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual size_t SpaceUsedLong () const
 
int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (std::istream *input)
 
bool ParsePartialFromIstream (std::istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (std::ostream *output) const
 
bool SerializePartialToOstream (std::ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const Descriptor * GetDescriptor () const
 
virtual const ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual void * GetMaybeArenaPointer () const
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
int ByteSize () const
 
virtual uint8 * SerializeWithCachedSizesToArray (uint8 *target) const
 
virtual uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const IPv4Headerdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const IPv4Headerinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kSourceIpAddressFieldNumber = 11
 
static const int kDestIpAddressFieldNumber = 12
 
static const int kFlagsFragOffsetFieldNumber = 7
 
static const int kVersionFieldNumber = 1
 
static const int kIhlFieldNumber = 2
 
static const int kDscpFieldNumber = 3
 
static const int kEcnFieldNumber = 4
 
static const int kTotalLengthFieldNumber = 5
 
static const int kIdentificationFieldNumber = 6
 
static const int kTtlFieldNumber = 8
 
static const int kProtocolFieldNumber = 9
 
static const int kHeaderChecksumFieldNumber = 10
 

Friends

struct ::protobuf_goby_2facomms_2fprotobuf_2fnetwork_5fheader_2eproto::TableStruct
 
void swap (IPv4Header &a, IPv4Header &b)
 

Additional Inherited Members

- Static Protected Member Functions inherited from google::protobuf::MessageLite
template<typename T >
::google::protobuf::internal::RepeatedPtrFieldBase * CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated)
 
template<typename T >
static const ::google::protobuf::internal::RepeatedPtrFieldBase & CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated)
 
template<typename T >
static T * CreateMaybeMessage (Arena *arena)
 

Detailed Description

Definition at line 790 of file network_header.pb.h.

Member Typedef Documentation

◆ FlagsFragOffset

Member Enumeration Documentation

◆ DCCLParameters

Enumerator
DCCL_ID 
DCCL_MAX_BYTES 

Definition at line 991 of file network_header.pb.h.

Constructor & Destructor Documentation

◆ IPv4Header() [1/2]

goby::acomms::protobuf::IPv4Header::IPv4Header ( )

◆ ~IPv4Header()

virtual goby::acomms::protobuf::IPv4Header::~IPv4Header ( )
virtual

◆ IPv4Header() [2/2]

goby::acomms::protobuf::IPv4Header::IPv4Header ( const IPv4Header from)

Member Function Documentation

◆ ByteSizeLong()

size_t goby::acomms::protobuf::IPv4Header::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::acomms::protobuf::IPv4Header::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_dest_ip_address()

void goby::acomms::protobuf::IPv4Header::clear_dest_ip_address ( )
inline

Definition at line 2357 of file network_header.pb.h.

◆ clear_dscp()

void goby::acomms::protobuf::IPv4Header::clear_dscp ( )
inline

Definition at line 2089 of file network_header.pb.h.

◆ clear_ecn()

void goby::acomms::protobuf::IPv4Header::clear_ecn ( )
inline

Definition at line 2065 of file network_header.pb.h.

◆ clear_flags_frag_offset()

void goby::acomms::protobuf::IPv4Header::clear_flags_frag_offset ( )
inline

Definition at line 2161 of file network_header.pb.h.

◆ clear_header_checksum()

void goby::acomms::protobuf::IPv4Header::clear_header_checksum ( )
inline

Definition at line 2267 of file network_header.pb.h.

◆ clear_identification()

void goby::acomms::protobuf::IPv4Header::clear_identification ( )
inline

Definition at line 2137 of file network_header.pb.h.

◆ clear_ihl()

void goby::acomms::protobuf::IPv4Header::clear_ihl ( )
inline

Definition at line 2017 of file network_header.pb.h.

◆ clear_protocol()

void goby::acomms::protobuf::IPv4Header::clear_protocol ( )
inline

Definition at line 2243 of file network_header.pb.h.

◆ clear_source_ip_address()

void goby::acomms::protobuf::IPv4Header::clear_source_ip_address ( )
inline

Definition at line 2291 of file network_header.pb.h.

◆ clear_total_length()

void goby::acomms::protobuf::IPv4Header::clear_total_length ( )
inline

Definition at line 2113 of file network_header.pb.h.

◆ clear_ttl()

void goby::acomms::protobuf::IPv4Header::clear_ttl ( )
inline

Definition at line 2219 of file network_header.pb.h.

◆ clear_version()

void goby::acomms::protobuf::IPv4Header::clear_version ( )
inline

Definition at line 2041 of file network_header.pb.h.

◆ CopyFrom() [1/2]

void goby::acomms::protobuf::IPv4Header::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::acomms::protobuf::IPv4Header::CopyFrom ( const IPv4Header from)

◆ default_instance()

static const IPv4Header& goby::acomms::protobuf::IPv4Header::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::acomms::protobuf::IPv4Header::descriptor ( )
static

◆ dest_ip_address()

const ::std::string & goby::acomms::protobuf::IPv4Header::dest_ip_address ( ) const
inline

Definition at line 2361 of file network_header.pb.h.

◆ dscp()

google::protobuf::uint32 goby::acomms::protobuf::IPv4Header::dscp ( ) const
inline

Definition at line 2093 of file network_header.pb.h.

◆ ecn()

google::protobuf::uint32 goby::acomms::protobuf::IPv4Header::ecn ( ) const
inline

Definition at line 2069 of file network_header.pb.h.

◆ flags_frag_offset()

const ::goby::acomms::protobuf::IPv4Header_FlagsFragOffset & goby::acomms::protobuf::IPv4Header::flags_frag_offset ( ) const
inline

Definition at line 2168 of file network_header.pb.h.

◆ GetCachedSize()

int goby::acomms::protobuf::IPv4Header::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 862 of file network_header.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::acomms::protobuf::IPv4Header::GetMetadata ( ) const
finalvirtual

◆ has_dest_ip_address()

bool goby::acomms::protobuf::IPv4Header::has_dest_ip_address ( ) const
inline

Definition at line 2348 of file network_header.pb.h.

◆ has_dscp()

bool goby::acomms::protobuf::IPv4Header::has_dscp ( ) const
inline

Definition at line 2080 of file network_header.pb.h.

◆ has_ecn()

bool goby::acomms::protobuf::IPv4Header::has_ecn ( ) const
inline

Definition at line 2056 of file network_header.pb.h.

◆ has_flags_frag_offset()

bool goby::acomms::protobuf::IPv4Header::has_flags_frag_offset ( ) const
inline

Definition at line 2152 of file network_header.pb.h.

◆ has_header_checksum()

bool goby::acomms::protobuf::IPv4Header::has_header_checksum ( ) const
inline

Definition at line 2258 of file network_header.pb.h.

◆ has_identification()

bool goby::acomms::protobuf::IPv4Header::has_identification ( ) const
inline

Definition at line 2128 of file network_header.pb.h.

◆ has_ihl()

bool goby::acomms::protobuf::IPv4Header::has_ihl ( ) const
inline

Definition at line 2008 of file network_header.pb.h.

◆ has_protocol()

bool goby::acomms::protobuf::IPv4Header::has_protocol ( ) const
inline

Definition at line 2234 of file network_header.pb.h.

◆ has_source_ip_address()

bool goby::acomms::protobuf::IPv4Header::has_source_ip_address ( ) const
inline

Definition at line 2282 of file network_header.pb.h.

◆ has_total_length()

bool goby::acomms::protobuf::IPv4Header::has_total_length ( ) const
inline

Definition at line 2104 of file network_header.pb.h.

◆ has_ttl()

bool goby::acomms::protobuf::IPv4Header::has_ttl ( ) const
inline

Definition at line 2210 of file network_header.pb.h.

◆ has_version()

bool goby::acomms::protobuf::IPv4Header::has_version ( ) const
inline

Definition at line 2032 of file network_header.pb.h.

◆ header_checksum()

google::protobuf::uint32 goby::acomms::protobuf::IPv4Header::header_checksum ( ) const
inline

Definition at line 2271 of file network_header.pb.h.

◆ identification()

google::protobuf::uint32 goby::acomms::protobuf::IPv4Header::identification ( ) const
inline

Definition at line 2141 of file network_header.pb.h.

◆ ihl()

google::protobuf::uint32 goby::acomms::protobuf::IPv4Header::ihl ( ) const
inline

Definition at line 2021 of file network_header.pb.h.

◆ InitAsDefaultInstance()

static void goby::acomms::protobuf::IPv4Header::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const IPv4Header* goby::acomms::protobuf::IPv4Header::internal_default_instance ( )
inlinestatic

Definition at line 827 of file network_header.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::acomms::protobuf::IPv4Header::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool goby::acomms::protobuf::IPv4Header::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::acomms::protobuf::IPv4Header::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::acomms::protobuf::IPv4Header::MergeFrom ( const IPv4Header from)

◆ MergePartialFromCodedStream()

bool goby::acomms::protobuf::IPv4Header::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_dest_ip_address()

std::string * goby::acomms::protobuf::IPv4Header::mutable_dest_ip_address ( )
inline

Definition at line 2390 of file network_header.pb.h.

◆ mutable_flags_frag_offset()

goby::acomms::protobuf::IPv4Header_FlagsFragOffset * goby::acomms::protobuf::IPv4Header::mutable_flags_frag_offset ( )
inline

Definition at line 2181 of file network_header.pb.h.

◆ mutable_source_ip_address()

std::string * goby::acomms::protobuf::IPv4Header::mutable_source_ip_address ( )
inline

Definition at line 2324 of file network_header.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::acomms::protobuf::IPv4Header::mutable_unknown_fields ( )
inline

Definition at line 819 of file network_header.pb.h.

◆ New() [1/2]

IPv4Header* goby::acomms::protobuf::IPv4Header::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 841 of file network_header.pb.h.

◆ New() [2/2]

IPv4Header* goby::acomms::protobuf::IPv4Header::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 845 of file network_header.pb.h.

◆ operator=()

IPv4Header& goby::acomms::protobuf::IPv4Header::operator= ( const IPv4Header from)
inline

Definition at line 797 of file network_header.pb.h.

◆ protocol()

google::protobuf::uint32 goby::acomms::protobuf::IPv4Header::protocol ( ) const
inline

Definition at line 2247 of file network_header.pb.h.

◆ release_dest_ip_address()

std::string * goby::acomms::protobuf::IPv4Header::release_dest_ip_address ( )
inline

Definition at line 2395 of file network_header.pb.h.

◆ release_flags_frag_offset()

goby::acomms::protobuf::IPv4Header_FlagsFragOffset * goby::acomms::protobuf::IPv4Header::release_flags_frag_offset ( )
inline

Definition at line 2174 of file network_header.pb.h.

◆ release_source_ip_address()

std::string * goby::acomms::protobuf::IPv4Header::release_source_ip_address ( )
inline

Definition at line 2329 of file network_header.pb.h.

◆ SerializeWithCachedSizes()

void goby::acomms::protobuf::IPv4Header::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_dest_ip_address()

void goby::acomms::protobuf::IPv4Header::set_allocated_dest_ip_address ( ::std::string *  dest_ip_address)
inline

Definition at line 2403 of file network_header.pb.h.

◆ set_allocated_flags_frag_offset()

void goby::acomms::protobuf::IPv4Header::set_allocated_flags_frag_offset ( ::goby::acomms::protobuf::IPv4Header_FlagsFragOffset flags_frag_offset)
inline

Definition at line 2190 of file network_header.pb.h.

◆ set_allocated_source_ip_address()

void goby::acomms::protobuf::IPv4Header::set_allocated_source_ip_address ( ::std::string *  source_ip_address)
inline

Definition at line 2337 of file network_header.pb.h.

◆ set_dest_ip_address() [1/3]

void goby::acomms::protobuf::IPv4Header::set_dest_ip_address ( const ::std::string &  value)
inline

Definition at line 2365 of file network_header.pb.h.

◆ set_dest_ip_address() [2/3]

void goby::acomms::protobuf::IPv4Header::set_dest_ip_address ( const char value)
inline

Definition at line 2378 of file network_header.pb.h.

◆ set_dest_ip_address() [3/3]

void goby::acomms::protobuf::IPv4Header::set_dest_ip_address ( const char value,
size_t  size 
)
inline

Definition at line 2384 of file network_header.pb.h.

◆ set_dscp()

void goby::acomms::protobuf::IPv4Header::set_dscp ( ::google::protobuf::uint32  value)
inline

Definition at line 2097 of file network_header.pb.h.

◆ set_ecn()

void goby::acomms::protobuf::IPv4Header::set_ecn ( ::google::protobuf::uint32  value)
inline

Definition at line 2073 of file network_header.pb.h.

◆ set_header_checksum()

void goby::acomms::protobuf::IPv4Header::set_header_checksum ( ::google::protobuf::uint32  value)
inline

Definition at line 2275 of file network_header.pb.h.

◆ set_identification()

void goby::acomms::protobuf::IPv4Header::set_identification ( ::google::protobuf::uint32  value)
inline

Definition at line 2145 of file network_header.pb.h.

◆ set_ihl()

void goby::acomms::protobuf::IPv4Header::set_ihl ( ::google::protobuf::uint32  value)
inline

Definition at line 2025 of file network_header.pb.h.

◆ set_protocol()

void goby::acomms::protobuf::IPv4Header::set_protocol ( ::google::protobuf::uint32  value)
inline

Definition at line 2251 of file network_header.pb.h.

◆ set_source_ip_address() [1/3]

void goby::acomms::protobuf::IPv4Header::set_source_ip_address ( const ::std::string &  value)
inline

Definition at line 2299 of file network_header.pb.h.

◆ set_source_ip_address() [2/3]

void goby::acomms::protobuf::IPv4Header::set_source_ip_address ( const char value)
inline

Definition at line 2312 of file network_header.pb.h.

◆ set_source_ip_address() [3/3]

void goby::acomms::protobuf::IPv4Header::set_source_ip_address ( const char value,
size_t  size 
)
inline

Definition at line 2318 of file network_header.pb.h.

◆ set_total_length()

void goby::acomms::protobuf::IPv4Header::set_total_length ( ::google::protobuf::uint32  value)
inline

Definition at line 2121 of file network_header.pb.h.

◆ set_ttl()

void goby::acomms::protobuf::IPv4Header::set_ttl ( ::google::protobuf::uint32  value)
inline

Definition at line 2227 of file network_header.pb.h.

◆ set_version()

void goby::acomms::protobuf::IPv4Header::set_version ( ::google::protobuf::uint32  value)
inline

Definition at line 2049 of file network_header.pb.h.

◆ source_ip_address()

const ::std::string & goby::acomms::protobuf::IPv4Header::source_ip_address ( ) const
inline

Definition at line 2295 of file network_header.pb.h.

◆ Swap()

void goby::acomms::protobuf::IPv4Header::Swap ( IPv4Header other)

◆ total_length()

google::protobuf::uint32 goby::acomms::protobuf::IPv4Header::total_length ( ) const
inline

Definition at line 2117 of file network_header.pb.h.

◆ ttl()

google::protobuf::uint32 goby::acomms::protobuf::IPv4Header::ttl ( ) const
inline

Definition at line 2223 of file network_header.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::acomms::protobuf::IPv4Header::unknown_fields ( ) const
inline

Definition at line 816 of file network_header.pb.h.

◆ version()

google::protobuf::uint32 goby::acomms::protobuf::IPv4Header::version ( ) const
inline

Definition at line 2045 of file network_header.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2facomms_2fprotobuf_2fnetwork_5fheader_2eproto::TableStruct

◆ swap

void swap ( IPv4Header a,
IPv4Header b 
)
friend

Definition at line 835 of file network_header.pb.h.

Member Data Documentation

◆ kDestIpAddressFieldNumber

const int goby::acomms::protobuf::IPv4Header::kDestIpAddressFieldNumber = 12
static

Definition at line 904 of file network_header.pb.h.

◆ kDscpFieldNumber

const int goby::acomms::protobuf::IPv4Header::kDscpFieldNumber = 3
static

Definition at line 945 of file network_header.pb.h.

◆ kEcnFieldNumber

const int goby::acomms::protobuf::IPv4Header::kEcnFieldNumber = 4
static

Definition at line 952 of file network_header.pb.h.

◆ kFlagsFragOffsetFieldNumber

const int goby::acomms::protobuf::IPv4Header::kFlagsFragOffsetFieldNumber = 7
static

Definition at line 919 of file network_header.pb.h.

◆ kHeaderChecksumFieldNumber

const int goby::acomms::protobuf::IPv4Header::kHeaderChecksumFieldNumber = 10
static

Definition at line 987 of file network_header.pb.h.

◆ kIdentificationFieldNumber

const int goby::acomms::protobuf::IPv4Header::kIdentificationFieldNumber = 6
static

Definition at line 966 of file network_header.pb.h.

◆ kIhlFieldNumber

const int goby::acomms::protobuf::IPv4Header::kIhlFieldNumber = 2
static

Definition at line 938 of file network_header.pb.h.

◆ kIndexInFileMessages

constexpr int goby::acomms::protobuf::IPv4Header::kIndexInFileMessages
staticconstexpr
Initial value:
=
5

Definition at line 831 of file network_header.pb.h.

◆ kProtocolFieldNumber

const int goby::acomms::protobuf::IPv4Header::kProtocolFieldNumber = 9
static

Definition at line 980 of file network_header.pb.h.

◆ kSourceIpAddressFieldNumber

const int goby::acomms::protobuf::IPv4Header::kSourceIpAddressFieldNumber = 11
static

Definition at line 889 of file network_header.pb.h.

◆ kTotalLengthFieldNumber

const int goby::acomms::protobuf::IPv4Header::kTotalLengthFieldNumber = 5
static

Definition at line 959 of file network_header.pb.h.

◆ kTtlFieldNumber

const int goby::acomms::protobuf::IPv4Header::kTtlFieldNumber = 8
static

Definition at line 973 of file network_header.pb.h.

◆ kVersionFieldNumber

const int goby::acomms::protobuf::IPv4Header::kVersionFieldNumber = 1
static

Definition at line 931 of file network_header.pb.h.


The documentation for this class was generated from the following file: