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

/freebsd-10.0-release/sys/netinet/
H A Dip_icmp.h181 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */ macro
204 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
H A Dip_icmp.c552 icp->icmp_type = ICMP_TSTAMPREPLY;
672 case ICMP_TSTAMPREPLY:
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dicmptypes.c100 { "timestrep", ICMP_TSTAMPREPLY, -1 },
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-icmp.c146 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */ macro
157 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
205 { ICMP_TSTAMPREPLY, "time stamp reply" },
545 case ICMP_TSTAMPREPLY:
/freebsd-10.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-10.0-release/usr.sbin/timed/timed/
H A Dmeasure.c189 || icp->icmp_type != ICMP_TSTAMPREPLY
/freebsd-10.0-release/sbin/ping/
H A Dping.c509 icmp_type_rsp = ICMP_TSTAMPREPLY;
1536 case ICMP_TSTAMPREPLY:
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h972 #ifndef ICMP_TSTAMPREPLY
973 # define ICMP_TSTAMPREPLY 14 macro
H A Dfil.c1265 case ICMP_TSTAMPREPLY :
4357 -1, /* 14: ICMP_TSTAMPREPLY */
9371 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY;
H A Dip_nat.c6113 case ICMP_TSTAMPREPLY:
/freebsd-10.0-release/sys/netinet/libalias/
H A Dalias.c455 case ICMP_TSTAMPREPLY:
651 case ICMP_TSTAMPREPLY:
/freebsd-10.0-release/contrib/ipfilter/iplang/
H A Diplang_y.y408 | IL_ICMP_TSTAMPREPLY ';' { set_icmptype(ICMP_TSTAMPREPLY); }
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipmon.c231 { ICMP_TSTAMPREPLY, NULL, 0, "timestampreply" },
/freebsd-10.0-release/sbin/pfctl/
H A Dpfctl_parser.c93 { "timerep", ICMP_TSTAMPREPLY },

Completed in 260 milliseconds