Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dip_icmp.h184 #define ICMP_TSTAMP 13 /* timestamp request */ macro
208 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
H A Dip_icmp.c793 case ICMP_TSTAMP: in icmp_input()
/dragonfly/contrib/tcpdump/
H A Dprint-icmp.c140 #define ICMP_TSTAMP 13 /* timestamp request */ macro
197 { ICMP_TSTAMP, "time stamp request" },
606 case ICMP_TSTAMP: in icmp_print()
/dragonfly/lib/libalias/
H A Dalias.c354 if (ic2->icmp_type == ICMP_ECHO || ic2->icmp_type == ICMP_TSTAMP) in IcmpAliasIn2()
462 case ICMP_TSTAMP: in IcmpAliasIn()
546 if (ic2->icmp_type == ICMP_ECHO || ic2->icmp_type == ICMP_TSTAMP) in IcmpAliasOut2()
643 case ICMP_TSTAMP: in IcmpAliasOut()
/dragonfly/sbin/ping/
H A Dping.c461 icmp_type = ICMP_TSTAMP; in main()
1454 case ICMP_TSTAMP: in pr_icmph()
/dragonfly/usr.sbin/pfctl/
H A Dpfctl_parser.c88 { "timereq", ICMP_TSTAMP },
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c1210 (1 << ICMP_TSTAMP) | \