Home
last modified time | relevance | path

Searched refs:IPOPT_TS (Results 1 – 14 of 14) sorted by relevance

/freebsd/sbin/ipf/ipsend/
H A Dipsopt.c33 { IPOPT_TS, 0x08, 8, "ts" }, /* 1 TS */
95 if (io->on_value == IPOPT_TS) in addipopt()
H A Diptests.c470 s[IPOPT_OPTVAL] = IPOPT_TS;
494 s[IPOPT_OPTVAL] = IPOPT_TS;
/freebsd/sbin/ipf/libipf/
H A Dionames.c19 { IPOPT_TS, 0x000040, 8, "ts" }, /* 1 TS */
H A Daddipopt.c41 case IPOPT_TS : in addipopt()
/freebsd/contrib/tcpdump/
H A Dip.h106 #define IPOPT_TS 68 /* timestamp */ macro
H A Dprint-ip.c39 { IPOPT_TS, "timestamp" },
269 case IPOPT_TS: in ip_optprint()
/freebsd/sys/netinet/
H A Dip.h150 #define IPOPT_TS 68 /* timestamp */ macro
H A Dip_options.c313 case IPOPT_TS: in ip_dooptions()
H A Dip_icmp.c915 if (opt == IPOPT_RR || opt == IPOPT_TS || in icmp_reflect()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h746 #undef IPOPT_TS
747 #define IPOPT_TS 68 macro
842 #ifndef IPOPT_TS
843 # define IPOPT_TS 68 macro
H A Dfil.c194 { IPOPT_TS, 0x000040 },
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y559 { IL_IPO_TS, IPOPT_TS },
/freebsd/sbin/ipf/common/
H A Dipf_y.y1575 | IPFY_IPOPT_TS { $$ = getoptbyvalue(IPOPT_TS); }
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c342 case IPOPT_TS: in ipopts_match()