#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 |
Definition at line 56 of file ip_icmp.h.
union { ... } icmp::icmp_dun |
union { ... } icmp::icmp_hun |
char icmp::id_data[1] |
struct { ... } ::id_ip icmp::id_ip |
struct icmp_ra_addr icmp::id_radv |
struct { ... } ::id_ts icmp::id_ts |
struct ip icmp::idi_ip |
struct in_addr icmp::ih_gwaddr |
struct { ... } ::ih_idseq icmp::ih_idseq |
struct { ... } ::ih_pmtu icmp::ih_pmtu |
struct { ... } ::ih_rtradv icmp::ih_rtradv |
int icmp::ih_void |