Home
last modified time | relevance | path

Searched refs:ICMP_PARAMPROB_OPTABSENT (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_icmp.h160 #define ICMP_PARAMPROB_OPTABSENT 1 /* req. opt. absent */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c328 case ICMP_PARAMPROB_OPTABSENT: in interpret_icmp()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c755 case ICMP_PARAMPROB_OPTABSENT: in check_reply()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2026 #ifndef ICMP_PARAMPROB_OPTABSENT
2027 # define ICMP_PARAMPROB_OPTABSENT 1 macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c240 { ICMP_PARAMPROB_OPTABSENT, "optmissing" },