INET Framework for OMNeT++/OMNEST
inet::icmp Struct Reference

#include <ip_icmp.h>

Public Attributes

u_char icmp_type
 
u_char icmp_code
 
u_short icmp_cksum
 
union {
   u_char   ih_pptr
 
   struct in_addr   ih_gwaddr
 
   struct ih_idseq {
      n_short   icd_id
 
      n_short   icd_seq
 
   }   ih_idseq
 
   int   ih_void
 
   struct ih_pmtu {
      n_short   ipm_void
 
      n_short   ipm_nextmtu
 
   }   ih_pmtu
 
   struct ih_rtradv {
      u_char   irt_num_addrs
 
      u_char   irt_wpa
 
      u_int16_t   irt_lifetime
 
   }   ih_rtradv
 
icmp_hun
 
union {
   struct id_ts {
      n_time   its_otime
 
      n_time   its_rtime
 
      n_time   its_ttime
 
   }   id_ts
 
   struct id_ip {
      struct ip   idi_ip
 
   }   id_ip
 
   struct icmp_ra_addr   id_radv
 
   u_int32_t   id_mask
 
   char   id_data [1]
 
icmp_dun
 

Member Data Documentation

◆ icd_id

n_short inet::icmp::icd_id

◆ icd_seq

n_short inet::icmp::icd_seq

◆ icmp_cksum

u_short inet::icmp::icmp_cksum

◆ icmp_code

u_char inet::icmp::icmp_code

◆ icmp_dun

union { ... } inet::icmp::icmp_dun

◆ icmp_hun

union { ... } inet::icmp::icmp_hun

◆ icmp_type

u_char inet::icmp::icmp_type

◆ id_data

char inet::icmp::id_data[1]

◆ id_ip

struct { ... } ::id_ip inet::icmp::id_ip

◆ id_mask

u_int32_t inet::icmp::id_mask

◆ id_radv

struct icmp_ra_addr inet::icmp::id_radv

◆ id_ts

struct { ... } ::id_ts inet::icmp::id_ts

◆ idi_ip

struct ip inet::icmp::idi_ip

◆ ih_gwaddr

struct in_addr inet::icmp::ih_gwaddr

◆ ih_idseq

struct { ... } ::ih_idseq inet::icmp::ih_idseq

◆ ih_pmtu

struct { ... } ::ih_pmtu inet::icmp::ih_pmtu

◆ ih_pptr

u_char inet::icmp::ih_pptr

◆ ih_rtradv

struct { ... } ::ih_rtradv inet::icmp::ih_rtradv

◆ ih_void

int inet::icmp::ih_void

◆ ipm_nextmtu

n_short inet::icmp::ipm_nextmtu

◆ ipm_void

n_short inet::icmp::ipm_void

◆ irt_lifetime

u_int16_t inet::icmp::irt_lifetime

◆ irt_num_addrs

u_char inet::icmp::irt_num_addrs

◆ irt_wpa

u_char inet::icmp::irt_wpa

◆ its_otime

n_time inet::icmp::its_otime

◆ its_rtime

n_time inet::icmp::its_rtime

◆ its_ttime

n_time inet::icmp::its_ttime

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