Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_icmp.h163 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */ macro
174 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c838 case ICMP_TSTAMPREPLY: in check_reply()
1266 {ICMP_TSTAMPREPLY, "Timestamp Reply"}, 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.c449 {ICMP_TSTAMPREPLY, "Timestamp Reply"}, in pr_type()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c345 case ICMP_TSTAMPREPLY: in interpret_icmp()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2035 #ifndef ICMP_TSTAMPREPLY
2036 # define ICMP_TSTAMPREPLY 14 macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c264 { ICMP_TSTAMPREPLY, NULL, 0, "timestampreply" },
H A Dipf_y.y1364 | IPFY_ICMPT_TIMESTREP { $$ = ICMP_TSTAMPREPLY; }
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c197 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY;
H A Dip_nat.c5043 case ICMP_TSTAMPREPLY:
H A Dfil.c982 case ICMP_TSTAMPREPLY :
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c458 {"timestrep", ICMP_TSTAMPREPLY},