Searched refs:ICMP_SOURCEQUENCH (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/netinet/ |
H A D | ip_icmp.h | 146 #define ICMP_SOURCEQUENCH 4 /* packet lost, slow down */ macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux.c | 704 case ICMP_SOURCEQUENCH: in check_reply() 1253 {ICMP_SOURCEQUENCH, "Source Quench"}, in pr_type()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux.c | 441 {ICMP_SOURCEQUENCH, "Source Quench"}, in pr_type()
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_log.c | 287 case ICMP_SOURCEQUENCH :
|
H A D | fil.c | 1002 case ICMP_SOURCEQUENCH :
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_icmp.c | 194 case ICMP_SOURCEQUENCH: in interpret_icmp()
|
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 251 { ICMP_SOURCEQUENCH, NULL, 0, "sourcequench" }, 1177 ic->icmp_type == ICMP_SOURCEQUENCH ||
|
H A D | ipf_y.y | 1359 | IPFY_ICMPT_SQUENCH { $$ = ICMP_SOURCEQUENCH; }
|
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 1993 #ifndef ICMP_SOURCEQUENCH 1994 # define ICMP_SOURCEQUENCH 4 macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecconf.c | 453 {"squench", ICMP_SOURCEQUENCH},
|