Home
last modified time | relevance | path

Searched refs:IP_FW_TCPOPT_TS (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h739 #define IP_FW_TCPOPT_TS 0x08 macro
/f-stack/freebsd/netinet/
H A Dip_fw.h739 #define IP_FW_TCPOPT_TS 0x08 macro
/f-stack/tools/ipfw/
H A Dipfw2.c148 { "ts", IP_FW_TCPOPT_TS },
149 { "timestamp", IP_FW_TCPOPT_TS },
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c401 bits |= IP_FW_TCPOPT_TS; in tcpopts_parse()