Home
last modified time | relevance | path

Searched refs:ICMP_PARAMPROB (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/uts/common/netinet/
H A Dip_icmp.h160 #define ICMP_PARAMPROB 12 /* ip header bad */ macro
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c325 case ICMP_PARAMPROB: in interpret_icmp()
407 } else if (icmp->icmp_type == ICMP_PARAMPROB) { in interpret_icmp()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c738 case ICMP_PARAMPROB: in check_reply()
1261 {ICMP_PARAMPROB, "Parameter Problem"}, in pr_type()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c449 {ICMP_PARAMPROB, "Param Problem"}, in pr_type()
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_log.c285 case ICMP_PARAMPROB :
H A Dfil.c1004 case ICMP_PARAMPROB :
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipmon.c257 { ICMP_PARAMPROB, paramnames,
1174 ic->icmp_type == ICMP_PARAMPROB ||
H A Dipf_y.y1362 | IPFY_ICMPT_PARAMP { $$ = ICMP_PARAMPROB; }
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2015 #ifndef ICMP_PARAMPROB
2016 # define ICMP_PARAMPROB 12 macro
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c456 {"paramprob", ICMP_PARAMPROB},