Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/netinet/
H A Dip_icmp.h164 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */ macro
175 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c835 case ICMP_TSTAMPREPLY: in check_reply()
1263 {ICMP_TSTAMPREPLY, "Timestamp Reply"}, in pr_type()
H A Dping.c2028 ICMP_TSTAMPREPLY : ICMP_TSTAMP; in pinger()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c451 {ICMP_TSTAMPREPLY, "Timestamp Reply"}, in pr_type()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c345 case ICMP_TSTAMPREPLY: in interpret_icmp()
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2030 #ifndef ICMP_TSTAMPREPLY
2031 # define ICMP_TSTAMPREPLY 14 macro
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipmon.c260 { ICMP_TSTAMPREPLY, NULL, 0, "timestampreply" },
H A Dipf_y.y1364 | IPFY_ICMPT_TIMESTREP { $$ = ICMP_TSTAMPREPLY; }
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_state.c197 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY;
H A Dip_nat.c5041 case ICMP_TSTAMPREPLY:
H A Dfil.c981 case ICMP_TSTAMPREPLY :
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c458 {"timestrep", ICMP_TSTAMPREPLY},