Home
last modified time | relevance | path

Searched refs:ICMP_MASKREQ (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/uts/common/netinet/
H A Dip_icmp.h167 #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 Dping_aux.c1033 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 Dtraceroute_aux.c454 {ICMP_MASKREQ, "Netmask Request"}, in pr_type()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c354 case ICMP_MASKREQ: in interpret_icmp()
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2039 #ifndef ICMP_MASKREQ
2040 # define ICMP_MASKREQ 17 macro
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipmon.c263 { ICMP_MASKREQ, NULL, 0, "maskreq" },
H A Dipf_y.y1367 | IPFY_ICMPT_MASKREQ { $$ = ICMP_MASKREQ; }
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_state.c199 icmpreplytype4[ICMP_MASKREQ] = ICMP_MASKREPLY;
1293 case ICMP_MASKREQ :
H A Dip_fil_solaris.c1328 case ICMP_MASKREQ :
H A Dip_nat.c5044 case ICMP_MASKREQ:
H A Dfil.c988 case ICMP_MASKREQ :
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c461 {"maskreq", ICMP_MASKREQ},