Searched refs:ICMP_TSTAMP (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Dip_icmp.h180 #define ICMP_TSTAMP 13 /* timestamp request */ macro
204 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
H A Dip_icmp.c542 case ICMP_TSTAMP:
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dicmptypes.c99 { "timest", ICMP_TSTAMP, -1 },
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-icmp.c145 #define ICMP_TSTAMP 13 /* timestamp request */ macro
157 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
204 { ICMP_TSTAMP, "time stamp request" },
537 case ICMP_TSTAMP:
/freebsd-10.0-release/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c420 value->v.integer = icmpstat.icps_inhist[ICMP_TSTAMP];
477 value->v.integer = icmpstat.icps_outhist[ICMP_TSTAMP];
/freebsd-10.0-release/usr.sbin/timed/timed/
H A Dmeasure.c120 oicp->icmp_type = ICMP_TSTAMP;
/freebsd-10.0-release/sys/netinet/libalias/
H A Dalias.c368 if (ic2->icmp_type == ICMP_ECHO || ic2->icmp_type == ICMP_TSTAMP)
467 case ICMP_TSTAMP:
550 if (ic2->icmp_type == ICMP_ECHO || ic2->icmp_type == ICMP_TSTAMP)
639 case ICMP_TSTAMP:
/freebsd-10.0-release/sbin/ping/
H A Dping.c508 icmp_type = ICMP_TSTAMP;
512 (void)printf("ICMP_TSTAMP\n");
515 errx(EX_USAGE, "ICMP_TSTAMP and ICMP_MASKREQ are exclusive.");
1532 case ICMP_TSTAMP:
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h969 #ifndef ICMP_TSTAMP
970 # define ICMP_TSTAMP 13 macro
H A Dip_fil_freebsd.c564 case ICMP_TSTAMP :
H A Dfil.c1264 case ICMP_TSTAMP :
4356 -1, /* 13: ICMP_TSTAMP */
9371 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY;
H A Dip_state.c1541 case ICMP_TSTAMP :
H A Dip_nat.c6112 case ICMP_TSTAMP:
/freebsd-10.0-release/contrib/ipfilter/iplang/
H A Diplang_y.y407 | IL_ICMP_TSTAMP ';' { set_icmptype(ICMP_TSTAMP); }
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipmon.c230 { ICMP_TSTAMP, NULL, 0, "timestamp" },
/freebsd-10.0-release/sbin/pfctl/
H A Dpfctl_parser.c92 { "timereq", ICMP_TSTAMP },
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw2.c225 (1 << ICMP_TSTAMP) | (1 << ICMP_IREQ) | (1 << ICMP_MASKREQ) )

Completed in 206 milliseconds