Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dip_icmp.h185 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */ macro
208 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
H A Dip_icmp.c803 icp->icmp_type = ICMP_TSTAMPREPLY; in icmp_input()
903 case ICMP_TSTAMPREPLY: in icmp_input()
/dragonfly/contrib/tcpdump/
H A Dprint-icmp.c141 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */ macro
198 { ICMP_TSTAMPREPLY, "time stamp reply" },
613 case ICMP_TSTAMPREPLY: in icmp_print()
/dragonfly/lib/libalias/
H A Dalias.c449 case ICMP_TSTAMPREPLY: in IcmpAliasIn()
656 case ICMP_TSTAMPREPLY: in IcmpAliasOut()
/dragonfly/sbin/ping/
H A Dping.c462 icmp_type_rsp = ICMP_TSTAMPREPLY; in main()
1458 case ICMP_TSTAMPREPLY: in pr_icmph()
/dragonfly/usr.sbin/pfctl/
H A Dpfctl_parser.c89 { "timerep", ICMP_TSTAMPREPLY },