|
C++ common classes
General purpose classes for use across projects (Apache license)
|
#include <icmp.h>
Public Attributes | |
| unsigned char | i_type |
| unsigned char | i_code |
| unsigned short | i_cksum |
| union { | |
| unsigned char ih_pptr | |
| struct in_addr ih_gwaddr | |
| struct ih_idseq { | |
| unsigned short icd_id | |
| unsigned short icd_seq | |
| } ih_idseq | |
| int ih_void | |
| struct ih_pmtu { | |
| short ipm_void | |
| short ipm_nextmtu | |
| } ih_pmtu | |
| } | icmp_hun |
| union { | |
| struct id_ts { | |
| unsigned long its_otime | |
| unsigned long its_rtime | |
| unsigned long its_ttime | |
| } id_ts | |
| struct id_ip { | |
| struct iphdr idi_ip | |
| } id_ip | |
| unsigned long id_mask | |
| char id_data [1] | |
| } | icmp_dun |
| unsigned short _ihdr::i_cksum |
| unsigned char _ihdr::i_code |
| unsigned char _ihdr::i_type |
| unsigned short _ihdr::icd_id |
| unsigned short _ihdr::icd_seq |
| union { ... } _ihdr::icmp_dun |
| union { ... } _ihdr::icmp_hun |
| char _ihdr::id_data[1] |
| struct { ... } ::id_ip _ihdr::id_ip |
| unsigned long _ihdr::id_mask |
| struct { ... } ::id_ts _ihdr::id_ts |
| struct iphdr _ihdr::idi_ip |
| struct in_addr _ihdr::ih_gwaddr |
| struct { ... } ::ih_idseq _ihdr::ih_idseq |
| struct { ... } ::ih_pmtu _ihdr::ih_pmtu |
| unsigned char _ihdr::ih_pptr |
| int _ihdr::ih_void |
| short _ihdr::ipm_nextmtu |
| short _ihdr::ipm_void |
| unsigned long _ihdr::its_otime |
| unsigned long _ihdr::its_rtime |
| unsigned long _ihdr::its_ttime |