Searched refs:ICMP_TSTAMPREPLY (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/contrib/ipfilter/lib/
H A Dicmptypes.c100 { "timestrep", ICMP_TSTAMPREPLY, -1 },
/freebsd-11.0-release/sys/netinet/
H A Dip_icmp.h189 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */ macro
212 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
H A Dip_icmp.c557 icp->icmp_type = ICMP_TSTAMPREPLY;
674 case ICMP_TSTAMPREPLY:
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-icmp.c142 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */ macro
199 { ICMP_TSTAMPREPLY, "time stamp reply" },
541 case ICMP_TSTAMPREPLY:
/freebsd-11.0-release/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c424 value->v.integer = icmpstat.icps_inhist[ICMP_TSTAMPREPLY];
481 value->v.integer = icmpstat.icps_outhist[ICMP_TSTAMPREPLY];
/freebsd-11.0-release/usr.sbin/timed/timed/
H A Dmeasure.c189 || icp->icmp_type != ICMP_TSTAMPREPLY
/freebsd-11.0-release/sbin/ping/
H A Dping.c545 icmp_type_rsp = ICMP_TSTAMPREPLY;
1633 case ICMP_TSTAMPREPLY:
/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h986 #ifndef ICMP_TSTAMPREPLY
987 # define ICMP_TSTAMPREPLY 14 macro
H A Dfil.c1275 case ICMP_TSTAMPREPLY :
4391 -1, /* 14: ICMP_TSTAMPREPLY */
9441 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY;
H A Dip_nat.c6110 case ICMP_TSTAMPREPLY:
/freebsd-11.0-release/sys/netinet/libalias/
H A Dalias.c455 case ICMP_TSTAMPREPLY:
651 case ICMP_TSTAMPREPLY:
/freebsd-11.0-release/contrib/ipfilter/iplang/
H A Diplang_y.y408 | IL_ICMP_TSTAMPREPLY ';' { set_icmptype(ICMP_TSTAMPREPLY); }
/freebsd-11.0-release/contrib/ipfilter/tools/
H A Dipmon.c231 { ICMP_TSTAMPREPLY, NULL, 0, "timestampreply" },
/freebsd-11.0-release/sbin/pfctl/
H A Dpfctl_parser.c93 { "timerep", ICMP_TSTAMPREPLY },

Completed in 127 milliseconds