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.h162 #define ICMP_PARAMPROB_OPTABSENT 1 /* req. opt. absent */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c331 case ICMP_PARAMPROB_OPTABSENT: in interpret_icmp()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c733 case ICMP_PARAMPROB_OPTABSENT: in check_reply()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2028 #ifndef ICMP_PARAMPROB_OPTABSENT
2029 # define ICMP_PARAMPROB_OPTABSENT 1 macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c240 { ICMP_PARAMPROB_OPTABSENT, "optmissing" },