Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_icmp.h188 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */ macro
211 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
H A Dip_icmp.c624 icp->icmp_type = ICMP_TSTAMPREPLY; in icmp_input()
754 case ICMP_TSTAMPREPLY: in icmp_input()
/freebsd/sbin/ipf/libipf/
H A Dicmptypes.c100 { "timestrep", ICMP_TSTAMPREPLY, -1 },
/freebsd/contrib/tcpdump/
H A Dprint-icmp.c136 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */ macro
193 { ICMP_TSTAMPREPLY, "time stamp reply" },
631 case ICMP_TSTAMPREPLY: in icmp_print()
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c436 value->v.integer = icmpstat.icps_inhist[ICMP_TSTAMPREPLY]; in op_icmpstat()
493 value->v.integer = icmpstat.icps_outhist[ICMP_TSTAMPREPLY]; in op_icmpstat()
/freebsd/sbin/ping/
H A Dping.c532 icmp_type_rsp = ICMP_TSTAMPREPLY; in ping()
1516 case ICMP_TSTAMPREPLY: in pr_icmph()
/freebsd/sys/netinet/libalias/
H A Dalias.c451 case ICMP_TSTAMPREPLY: in IcmpAliasIn()
647 case ICMP_TSTAMPREPLY: in IcmpAliasOut()
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y395 | IL_ICMP_TSTAMPREPLY ';' { set_icmptype(ICMP_TSTAMPREPLY); }
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c213 { ICMP_TSTAMPREPLY, NULL, 0, "timestampreply" },
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c94 { "timerep", ICMP_TSTAMPREPLY },
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c1213 case ICMP_TSTAMPREPLY : in ipf_pr_icmp()
9143 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY;
H A Dip_nat.c6001 case ICMP_TSTAMPREPLY: in ipf_nat_icmpquerytype()
/freebsd/sys/netpfil/pf/
H A Dpf.c2068 case ICMP_TSTAMPREPLY: in pf_icmp_mapping()
3738 case ICMP_TSTAMPREPLY: in pf_icmp_to_bandlim()