Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_icmp.h187 #define ICMP_TSTAMP 13 /* timestamp request */ macro
211 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
H A Dip_icmp.c610 case ICMP_TSTAMP: in icmp_input()
/freebsd/sbin/ipf/libipf/
H A Dicmptypes.c99 { "timest", ICMP_TSTAMP, -1 },
/freebsd/contrib/tcpdump/
H A Dprint-icmp.c135 #define ICMP_TSTAMP 13 /* timestamp request */ macro
192 { ICMP_TSTAMP, "time stamp request" },
624 case ICMP_TSTAMP: in icmp_print()
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c432 value->v.integer = icmpstat.icps_inhist[ICMP_TSTAMP]; in op_icmpstat()
489 value->v.integer = icmpstat.icps_outhist[ICMP_TSTAMP]; in op_icmpstat()
/freebsd/sys/netinet/libalias/
H A Dalias.c358 if (ic2->icmp_type == ICMP_ECHO || ic2->icmp_type == ICMP_TSTAMP) in IcmpAliasIn2()
466 case ICMP_TSTAMP: in IcmpAliasIn()
547 if (ic2->icmp_type == ICMP_ECHO || ic2->icmp_type == ICMP_TSTAMP) in IcmpAliasOut2()
635 case ICMP_TSTAMP: in IcmpAliasOut()
/freebsd/sbin/ping/
H A Dping.c531 icmp_type = ICMP_TSTAMP; in ping()
1512 case ICMP_TSTAMP: in pr_icmph()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c508 case ICMP_TSTAMP : in ipf_send_icmp_err()
H A Dfil.c1212 case ICMP_TSTAMP : in ipf_pr_icmp()
9143 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY;
H A Dip_state.c1495 case ICMP_TSTAMP : in ipf_state_add()
H A Dip_nat.c6000 case ICMP_TSTAMP: in ipf_nat_icmpquerytype()
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y394 | IL_ICMP_TSTAMP ';' { set_icmptype(ICMP_TSTAMP); }
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c213 { ICMP_TSTAMP, NULL, 0, "timestamp" },
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c95 { "timereq", ICMP_TSTAMP },
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c268 (1 << ICMP_TSTAMP) | (1 << ICMP_IREQ) | (1 << ICMP_MASKREQ) )
/freebsd/sys/netpfil/pf/
H A Dpf.c2193 case ICMP_TSTAMP: in pf_icmp_mapping()
2196 *virtual_type = ICMP_TSTAMP; in pf_icmp_mapping()
4311 case ICMP_TSTAMP: in pf_icmp_to_bandlim()