C++ common classes
General purpose classes for use across projects (Apache license)
iphdr Struct Reference

#include <icmp.h>

List of all members.

Public Attributes

unsigned char h_len:4
unsigned char version:4
unsigned char tos
unsigned short total_len
unsigned short ident
unsigned short frag_and_flags
unsigned char ttl
unsigned char proto
unsigned short checksum
unsigned long sourceIP
unsigned long destIP

Detailed Description

Definition at line 84 of file icmp.h.


Member Data Documentation

unsigned short iphdr::checksum

Definition at line 102 of file icmp.h.

unsigned long iphdr::destIP

Definition at line 104 of file icmp.h.

unsigned short iphdr::frag_and_flags

Definition at line 99 of file icmp.h.

unsigned char iphdr::h_len

Definition at line 93 of file icmp.h.

unsigned short iphdr::ident

Definition at line 98 of file icmp.h.

unsigned char iphdr::proto

Definition at line 101 of file icmp.h.

unsigned long iphdr::sourceIP

Definition at line 103 of file icmp.h.

unsigned char iphdr::tos

Definition at line 96 of file icmp.h.

unsigned short iphdr::total_len

Definition at line 97 of file icmp.h.

unsigned char iphdr::ttl

Definition at line 100 of file icmp.h.

unsigned char iphdr::version

Definition at line 94 of file icmp.h.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines