Searched refs:ICMP_MASKREQ (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/common/netinet/ |
H A D | ip_icmp.h | 167 #define ICMP_MASKREQ 17 /* address mask request */ macro 177 (type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY)
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux.c | 1033 case ICMP_MASKREQ: in check_reply() 1266 {ICMP_MASKREQ, "Netmask Request"}, in pr_type()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux.c | 454 {ICMP_MASKREQ, "Netmask Request"}, in pr_type()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_icmp.c | 354 case ICMP_MASKREQ: in interpret_icmp()
|
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 2039 #ifndef ICMP_MASKREQ 2040 # define ICMP_MASKREQ 17 macro
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 263 { ICMP_MASKREQ, NULL, 0, "maskreq" },
|
H A D | ipf_y.y | 1367 | IPFY_ICMPT_MASKREQ { $$ = ICMP_MASKREQ; }
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | ip_state.c | 199 icmpreplytype4[ICMP_MASKREQ] = ICMP_MASKREPLY; 1293 case ICMP_MASKREQ :
|
H A D | ip_fil_solaris.c | 1328 case ICMP_MASKREQ :
|
H A D | ip_nat.c | 5044 case ICMP_MASKREQ:
|
H A D | fil.c | 988 case ICMP_MASKREQ :
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecconf.c | 461 {"maskreq", ICMP_MASKREQ},
|