Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_icmp.h190 #define ICMP_TSTAMP 13 /* timestamp request */ macro
214 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
/f-stack/freebsd/netinet/
H A Dip_icmp.h190 #define ICMP_TSTAMP 13 /* timestamp request */ macro
214 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
H A Dip_icmp.c590 case ICMP_TSTAMP: in icmp_input()
/f-stack/freebsd/netinet/libalias/
H A Dalias.c364 if (ic2->icmp_type == ICMP_ECHO || ic2->icmp_type == ICMP_TSTAMP) in IcmpAliasIn2()
471 case ICMP_TSTAMP: in IcmpAliasIn()
552 if (ic2->icmp_type == ICMP_ECHO || ic2->icmp_type == ICMP_TSTAMP) in IcmpAliasOut2()
640 case ICMP_TSTAMP: in IcmpAliasOut()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c555 case ICMP_TSTAMP :
H A Dfil.c1238 case ICMP_TSTAMP :
9438 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY; in ipf_main_load()
H A Dip_state.c1544 case ICMP_TSTAMP :
H A Dip_nat.c6113 case ICMP_TSTAMP:
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c268 (1 << ICMP_TSTAMP) | (1 << ICMP_IREQ) | (1 << ICMP_MASKREQ) )