webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
icmp Struct Reference

#include <user_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 {
      uint16_t   icd_id
 
      uint16_t   icd_seq
 
   }   ih_idseq
 
   int   ih_void
 
   struct ih_pmtu {
      uint16_t   ipm_void
 
      uint16_t   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 {
      uint32_t   its_otime
 
      uint32_t   its_rtime
 
      uint32_t   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

uint16_t icmp::icd_id

◆ icd_seq

uint16_t icmp::icd_seq

◆ icmp_cksum

u_short icmp::icmp_cksum

◆ icmp_code

u_char icmp::icmp_code

◆ icmp_dun

union { ... } icmp::icmp_dun

◆ icmp_hun

union { ... } icmp::icmp_hun

◆ icmp_type

u_char icmp::icmp_type

◆ id_data

char icmp::id_data[1]

◆ id_ip

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

◆ id_mask

u_int32_t icmp::id_mask

◆ id_radv

struct icmp_ra_addr icmp::id_radv

◆ id_ts

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

◆ idi_ip

struct ip icmp::idi_ip

◆ ih_gwaddr

struct in_addr icmp::ih_gwaddr

◆ ih_idseq

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

◆ ih_pmtu

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

◆ ih_pptr

u_char icmp::ih_pptr

◆ ih_rtradv

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

◆ ih_void

int icmp::ih_void

◆ ipm_nextmtu

uint16_t icmp::ipm_nextmtu

◆ ipm_void

uint16_t icmp::ipm_void

◆ irt_lifetime

u_int16_t icmp::irt_lifetime

◆ irt_num_addrs

u_char icmp::irt_num_addrs

◆ irt_wpa

u_char icmp::irt_wpa

◆ its_otime

uint32_t icmp::its_otime

◆ its_rtime

uint32_t icmp::its_rtime

◆ its_ttime

uint32_t icmp::its_ttime

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