Searched refs:ICMP_TSTAMPREPLY (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/common/netinet/ |
H A D | ip_icmp.h | 164 #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 D | ping_aux.c | 835 case ICMP_TSTAMPREPLY: in check_reply() 1263 {ICMP_TSTAMPREPLY, "Timestamp Reply"}, in pr_type()
|
H A D | ping.c | 2028 ICMP_TSTAMPREPLY : ICMP_TSTAMP; in pinger()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux.c | 451 {ICMP_TSTAMPREPLY, "Timestamp Reply"}, in pr_type()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_icmp.c | 345 case ICMP_TSTAMPREPLY: in interpret_icmp()
|
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 2030 #ifndef ICMP_TSTAMPREPLY 2031 # define ICMP_TSTAMPREPLY 14 macro
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 260 { ICMP_TSTAMPREPLY, NULL, 0, "timestampreply" },
|
H A D | ipf_y.y | 1364 | IPFY_ICMPT_TIMESTREP { $$ = ICMP_TSTAMPREPLY; }
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | ip_state.c | 197 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY;
|
H A D | ip_nat.c | 5041 case ICMP_TSTAMPREPLY:
|
H A D | fil.c | 981 case ICMP_TSTAMPREPLY :
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecconf.c | 458 {"timestrep", ICMP_TSTAMPREPLY},
|