Home
last modified time | relevance | path

Searched refs:ICMP_TSTAMP (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_icmp.h162 #define ICMP_TSTAMP 13 /* timestamp request */ macro
174 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c1034 case ICMP_TSTAMP: in check_reply()
1265 {ICMP_TSTAMP, "Timestamp"}, in pr_type()
H A Dping.c2098 ICMP_TSTAMPREPLY : ICMP_TSTAMP; in pinger()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c448 {ICMP_TSTAMP, "Timestamp"}, in pr_type()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c342 case ICMP_TSTAMP: in interpret_icmp()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2032 #ifndef ICMP_TSTAMP
2033 # define ICMP_TSTAMP 13 macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c263 { ICMP_TSTAMP, NULL, 0, "timestamp" },
H A Dipf_y.y1363 | IPFY_ICMPT_TIMEST { $$ = ICMP_TSTAMP; }
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c197 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY;
1291 case ICMP_TSTAMP :
H A Dip_fil_solaris.c1540 case ICMP_TSTAMP :
H A Dip_nat.c5042 case ICMP_TSTAMP:
H A Dfil.c981 case ICMP_TSTAMP :
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c457 {"timest", ICMP_TSTAMP},