Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/ipf/ipsend/
H A Dipsopt.c37 { IPOPT_TS, 0x08, 8, "ts" }, /* 1 TS */
99 if (io->on_value == IPOPT_TS) in addipopt()
H A Diptests.c474 s[IPOPT_OPTVAL] = IPOPT_TS;
498 s[IPOPT_OPTVAL] = IPOPT_TS;
/freebsd-14.2/sbin/ipf/libipf/
H A Dionames.c19 { IPOPT_TS, 0x000040, 8, "ts" }, /* 1 TS */
H A Daddipopt.c41 case IPOPT_TS : in addipopt()
/freebsd-14.2/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-14.2/sys/netinet/
H A Dip.h152 #define IPOPT_TS 68 /* timestamp */ macro
H A Dip_options.c313 case IPOPT_TS: in ip_dooptions()
H A Dip_icmp.c921 if (opt == IPOPT_RR || opt == IPOPT_TS || in icmp_reflect()
/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h757 #undef IPOPT_TS
758 #define IPOPT_TS 68 macro
853 #ifndef IPOPT_TS
854 # define IPOPT_TS 68 macro
H A Dfil.c198 { IPOPT_TS, 0x000040 },
/freebsd-14.2/sbin/ipf/iplang/
H A Diplang_y.y559 { IL_IPO_TS, IPOPT_TS },
/freebsd-14.2/sbin/ipf/common/
H A Dipf_y.y1575 | IPFY_IPOPT_TS { $$ = getoptbyvalue(IPOPT_TS); }
/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw2.c340 case IPOPT_TS: in ipopts_match()