Home
last modified time | relevance | path

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

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