Go to the source code of this file.
◆ ICMP_ECHOREPLY
◆ ICMP_DEST_UNREACH
| #define ICMP_DEST_UNREACH 3 |
◆ ICMP_SOURCE_QUENCH
| #define ICMP_SOURCE_QUENCH 4 |
◆ ICMP_REDIRECT
◆ ICMP_ECHO
◆ ICMP_TIME_EXCEEDED
| #define ICMP_TIME_EXCEEDED 11 |
◆ ICMP_PARAMETERPROB
| #define ICMP_PARAMETERPROB 12 |
◆ ICMP_TIMESTAMP
| #define ICMP_TIMESTAMP 13 |
◆ ICMP_TIMESTAMPREPLY
| #define ICMP_TIMESTAMPREPLY 14 |
◆ ICMP_INFO_REQUEST
| #define ICMP_INFO_REQUEST 15 |
◆ ICMP_INFO_REPLY
| #define ICMP_INFO_REPLY 16 |
◆ ICMP_ADDRESS
◆ ICMP_ADDRESSREPLY
| #define ICMP_ADDRESSREPLY 18 |
◆ NR_ICMP_TYPES
◆ ICMP_NET_UNREACH
| #define ICMP_NET_UNREACH 0 |
◆ ICMP_HOST_UNREACH
| #define ICMP_HOST_UNREACH 1 |
◆ ICMP_PROT_UNREACH
| #define ICMP_PROT_UNREACH 2 |
◆ ICMP_PORT_UNREACH
| #define ICMP_PORT_UNREACH 3 |
◆ ICMP_FRAG_NEEDED
| #define ICMP_FRAG_NEEDED 4 |
◆ ICMP_SR_FAILED
◆ ICMP_NET_UNKNOWN
| #define ICMP_NET_UNKNOWN 6 |
◆ ICMP_HOST_UNKNOWN
| #define ICMP_HOST_UNKNOWN 7 |
◆ ICMP_HOST_ISOLATED
| #define ICMP_HOST_ISOLATED 8 |
◆ ICMP_NET_ANO
◆ ICMP_HOST_ANO
◆ ICMP_NET_UNR_TOS
| #define ICMP_NET_UNR_TOS 11 |
◆ ICMP_HOST_UNR_TOS
| #define ICMP_HOST_UNR_TOS 12 |
◆ ICMP_PKT_FILTERED
| #define ICMP_PKT_FILTERED 13 |
◆ ICMP_PREC_VIOLATION
| #define ICMP_PREC_VIOLATION 14 |
◆ ICMP_PREC_CUTOFF
| #define ICMP_PREC_CUTOFF 15 |
◆ NR_ICMP_UNREACH
| #define NR_ICMP_UNREACH 15 |
◆ ICMP_REDIR_NET
◆ ICMP_REDIR_HOST
| #define ICMP_REDIR_HOST 1 |
◆ ICMP_REDIR_NETTOS
| #define ICMP_REDIR_NETTOS 2 |
◆ ICMP_REDIR_HOSTTOS
| #define ICMP_REDIR_HOSTTOS 3 |
◆ ICMP_EXC_TTL
◆ ICMP_EXC_FRAGTIME
| #define ICMP_EXC_FRAGTIME 1 |
◆ icmp_pptr
| #define icmp_pptr icmp_hun.ih_pptr |
◆ icmp_gwaddr
| #define icmp_gwaddr icmp_hun.ih_gwaddr |
◆ icmp_id
| #define icmp_id icmp_hun.ih_idseq.icd_id |
◆ icmp_seq
| #define icmp_seq icmp_hun.ih_idseq.icd_seq |
◆ icmp_void
| #define icmp_void icmp_hun.ih_void |
◆ icmp_pmvoid
| #define icmp_pmvoid icmp_hun.ih_pmtu.ipm_void |
◆ icmp_nextmtu
| #define icmp_nextmtu icmp_hun.ih_pmtu.ipm_nextmtu |
◆ icmp_num_addrs
| #define icmp_num_addrs icmp_hun.ih_rtradv.irt_num_addrs |
◆ icmp_wpa
| #define icmp_wpa icmp_hun.ih_rtradv.irt_wpa |
◆ icmp_lifetime
| #define icmp_lifetime icmp_hun.ih_rtradv.irt_lifetime |
◆ icmp_otime
| #define icmp_otime icmp_dun.id_ts.its_otime |
◆ icmp_rtime
| #define icmp_rtime icmp_dun.id_ts.its_rtime |
◆ icmp_ttime
| #define icmp_ttime icmp_dun.id_ts.its_ttime |
◆ icmp_ip
| #define icmp_ip icmp_dun.id_ip.idi_ip |
◆ icmp_radv
| #define icmp_radv icmp_dun.id_radv |
◆ icmp_mask
| #define icmp_mask icmp_dun.id_mask |
◆ icmp_data
| #define icmp_data icmp_dun.id_data |
◆ ICMP_MINLEN
◆ ICMP_TSLEN
| #define ICMP_TSLEN (8 + 3 * sizeof(uint32_t)) |
◆ ICMP_MASKLEN
◆ ICMP_ADVLENMIN
| #define ICMP_ADVLENMIN (8 + sizeof(struct ip) + 8) |
◆ ICMP_ADVLEN
| #define ICMP_ADVLEN |
( |
|
__P | ) |
(8 + ((__P)->icmp_ip.ip_hl << 2) + 8) |
◆ ICMP_UNREACH
◆ ICMP_SOURCEQUENCH
| #define ICMP_SOURCEQUENCH 4 |
◆ ICMP_ROUTERADVERT
| #define ICMP_ROUTERADVERT 9 |
◆ ICMP_ROUTERSOLICIT
| #define ICMP_ROUTERSOLICIT 10 |
◆ ICMP_TIMXCEED
◆ ICMP_PARAMPROB
| #define ICMP_PARAMPROB 12 |
◆ ICMP_TSTAMP
◆ ICMP_TSTAMPREPLY
| #define ICMP_TSTAMPREPLY 14 |
◆ ICMP_IREQ
◆ ICMP_IREQREPLY
| #define ICMP_IREQREPLY 16 |
◆ ICMP_MASKREQ
◆ ICMP_MASKREPLY
| #define ICMP_MASKREPLY 18 |
◆ ICMP_MAXTYPE
◆ ICMP_UNREACH_NET
| #define ICMP_UNREACH_NET 0 |
◆ ICMP_UNREACH_HOST
| #define ICMP_UNREACH_HOST 1 |
◆ ICMP_UNREACH_PROTOCOL
| #define ICMP_UNREACH_PROTOCOL 2 |
◆ ICMP_UNREACH_PORT
| #define ICMP_UNREACH_PORT 3 |
◆ ICMP_UNREACH_NEEDFRAG
| #define ICMP_UNREACH_NEEDFRAG 4 |
◆ ICMP_UNREACH_SRCFAIL
| #define ICMP_UNREACH_SRCFAIL 5 |
◆ ICMP_UNREACH_NET_UNKNOWN
| #define ICMP_UNREACH_NET_UNKNOWN 6 |
◆ ICMP_UNREACH_HOST_UNKNOWN
| #define ICMP_UNREACH_HOST_UNKNOWN 7 |
◆ ICMP_UNREACH_ISOLATED
| #define ICMP_UNREACH_ISOLATED 8 |
◆ ICMP_UNREACH_NET_PROHIB
| #define ICMP_UNREACH_NET_PROHIB 9 |
◆ ICMP_UNREACH_HOST_PROHIB
| #define ICMP_UNREACH_HOST_PROHIB 10 |
◆ ICMP_UNREACH_TOSNET
| #define ICMP_UNREACH_TOSNET 11 |
◆ ICMP_UNREACH_TOSHOST
| #define ICMP_UNREACH_TOSHOST 12 |
◆ ICMP_UNREACH_FILTER_PROHIB
| #define ICMP_UNREACH_FILTER_PROHIB 13 |
◆ ICMP_UNREACH_HOST_PRECEDENCE
| #define ICMP_UNREACH_HOST_PRECEDENCE 14 |
◆ ICMP_UNREACH_PRECEDENCE_CUTOFF
| #define ICMP_UNREACH_PRECEDENCE_CUTOFF 15 |
◆ ICMP_REDIRECT_NET
| #define ICMP_REDIRECT_NET 0 |
◆ ICMP_REDIRECT_HOST
| #define ICMP_REDIRECT_HOST 1 |
◆ ICMP_REDIRECT_TOSNET
| #define ICMP_REDIRECT_TOSNET 2 |
◆ ICMP_REDIRECT_TOSHOST
| #define ICMP_REDIRECT_TOSHOST 3 |
◆ ICMP_TIMXCEED_INTRANS
| #define ICMP_TIMXCEED_INTRANS 0 |
◆ ICMP_TIMXCEED_REASS
| #define ICMP_TIMXCEED_REASS 1 |
◆ ICMP_PARAMPROB_OPTABSENT
| #define ICMP_PARAMPROB_OPTABSENT 1 |
◆ ICMP_INFOTYPE
| #define ICMP_INFOTYPE |
( |
|
__TYPE | ) |
|
Value:
)
#define ICMP_ROUTERADVERT
Definition ip_icmp.h:148
#define ICMP_ROUTERSOLICIT
Definition ip_icmp.h:149
#define ICMP_IREQ
Definition ip_icmp.h:154
#define ICMP_TSTAMP
Definition ip_icmp.h:152
#define ICMP_ECHOREPLY
Definition ip_icmp.h:39
#define ICMP_IREQREPLY
Definition ip_icmp.h:155
#define ICMP_MASKREQ
Definition ip_icmp.h:156
#define ICMP_ECHO
Definition ip_icmp.h:43
#define ICMP_MASKREPLY
Definition ip_icmp.h:157
#define ICMP_TSTAMPREPLY
Definition ip_icmp.h:153