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

/freebsd-11-stable/contrib/ipfilter/lib/
H A Dionames.c20 { IPOPT_TS, 0x000040, 8, "ts" }, /* 1 TS */
H A Daddipopt.c45 case IPOPT_TS :
/freebsd-11-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-11-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-11-stable/sys/netinet/
H A Dip.h151 #define IPOPT_TS 68 /* timestamp */ macro
172 u_char ipt_code; /* IPOPT_TS */
H A Dip_options.c312 case IPOPT_TS:
H A Dip_icmp.c880 if (opt == IPOPT_RR || opt == IPOPT_TS ||
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h764 #undef IPOPT_TS macro
765 #define IPOPT_TS 68 macro
860 #ifndef IPOPT_TS
861 # define IPOPT_TS 68 macro
H A Dfil.c200 { IPOPT_TS, 0x000040 },
/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_y.y561 { IL_IPO_TS, IPOPT_TS },
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw2.c323 case IPOPT_TS:
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf_y.y1576 | IPFY_IPOPT_TS { $$ = getoptbyvalue(IPOPT_TS); }

Completed in 305 milliseconds