Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ipf/dist/ipsd/Celler/
Dip_compat.h78 #ifndef IPOPT_TS
79 # define IPOPT_TS 68 macro
/netbsd/src/external/bsd/ipf/dist/ipsend/
Dipsopt.c44 { IPOPT_TS, 0x08, 8, "ts" }, /* 1 TS */
109 if (io->on_value == IPOPT_TS)
Diptests.c509 s[IPOPT_OPTVAL] = IPOPT_TS;
533 s[IPOPT_OPTVAL] = IPOPT_TS;
/netbsd/src/external/bsd/ipf/dist/lib/
Dionames.c20 { IPOPT_TS, 0x000040, 8, "ts" }, /* 1 TS */
Daddipopt.c45 case IPOPT_TS :
/netbsd/src/external/bsd/tcpdump/dist/
Dip.h102 #define IPOPT_TS 68 /* timestamp */ macro
Dprint-ip.c44 { IPOPT_TS, "timestamp" },
274 case IPOPT_TS: in ip_optprint()
/netbsd/src/sys/netinet/
Dip.h176 #define IPOPT_TS 68 /* timestamp */ macro
Dip_icmp.c893 if (opt == IPOPT_RR || opt == IPOPT_TS || in icmp_reflect()
Dip_input.c1036 case IPOPT_TS: in ip_dooptions()
/netbsd/src/sys/external/bsd/ipf/netinet/
Dip_compat.h869 #undef IPOPT_TS
870 #define IPOPT_TS 68 macro
1146 #ifndef IPOPT_TS
1147 # define IPOPT_TS 68 macro
Dfil.c229 { IPOPT_TS, 0x000040 },
/netbsd/src/external/bsd/ipf/dist/iplang/
Diplang_y.y571 { IL_IPO_TS, IPOPT_TS },
/netbsd/src/external/bsd/ipf/dist/tools/
Dipf_y.y1577 | IPFY_IPOPT_TS { $$ = getoptbyvalue(IPOPT_TS); }