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

/freebsd-12-stable/contrib/ipfilter/lib/
H A Dionames.c20 { IPOPT_TS, 0x000040, 8, "ts" }, /* 1 TS */
H A Daddipopt.c45 case IPOPT_TS :
/freebsd-12-stable/contrib/ipfilter/ipsend/
H A Dipsopt.c38 { IPOPT_TS, 0x08, 8, "ts" }, /* 1 TS */
103 if (io->on_value == IPOPT_TS)
H A Diptests.c479 s[IPOPT_OPTVAL] = IPOPT_TS;
503 s[IPOPT_OPTVAL] = IPOPT_TS;
/freebsd-12-stable/contrib/tcpdump/
H A Dip.h106 #define IPOPT_TS 68 /* timestamp */ macro
126 nd_uint8_t ipt_code; /* IPOPT_TS */
H A Dprint-ip.c44 { IPOPT_TS, "timestamp" },
287 case IPOPT_TS:
/freebsd-12-stable/sys/netinet/
H A Dip.h153 #define IPOPT_TS 68 /* timestamp */ macro
174 u_char ipt_code; /* IPOPT_TS */
H A Dip_options.c314 case IPOPT_TS:
H A Dip_icmp.c886 if (opt == IPOPT_RR || opt == IPOPT_TS ||
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h765 #undef IPOPT_TS macro
766 #define IPOPT_TS 68 macro
861 #ifndef IPOPT_TS
862 # define IPOPT_TS 68 macro
H A Dfil.c200 { IPOPT_TS, 0x000040 },
/freebsd-12-stable/contrib/ipfilter/iplang/
H A Diplang_y.y561 { IL_IPO_TS, IPOPT_TS },
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipf_y.y1576 | IPFY_IPOPT_TS { $$ = getoptbyvalue(IPOPT_TS); }
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw2.c338 case IPOPT_TS:

Completed in 208 milliseconds