Searched refs:ICMP_TSTAMP (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/uts/common/netinet/ |
H A D | ip_icmp.h | 163 #define ICMP_TSTAMP 13 /* timestamp request */ macro 175 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux.c | 1031 case ICMP_TSTAMP: in check_reply() 1262 {ICMP_TSTAMP, "Timestamp"}, in pr_type()
|
H A D | ping.c | 2028 ICMP_TSTAMPREPLY : ICMP_TSTAMP; in pinger()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux.c | 450 {ICMP_TSTAMP, "Timestamp"}, in pr_type()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_icmp.c | 342 case ICMP_TSTAMP: in interpret_icmp()
|
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 2032 #ifndef ICMP_TSTAMP 2033 # define ICMP_TSTAMP 13 macro
|
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 263 { ICMP_TSTAMP, NULL, 0, "timestamp" },
|
H A D | ipf_y.y | 1363 | IPFY_ICMPT_TIMEST { $$ = ICMP_TSTAMP; }
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_state.c | 197 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY; 1291 case ICMP_TSTAMP :
|
H A D | ip_fil_solaris.c | 1326 case ICMP_TSTAMP :
|
H A D | ip_nat.c | 5040 case ICMP_TSTAMP:
|
H A D | fil.c | 981 case ICMP_TSTAMP :
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecconf.c | 457 {"timest", ICMP_TSTAMP},
|