Home
last modified time | relevance | path

Searched refs:ipopts (Results 1 – 16 of 16) sorted by relevance

/netbsd/external/bsd/ipf/dist/tools/
H A DBNF.ipf46 opttype = "ipopts" | "short" | "nat" | "bad-src" | "lowttl" | "frag" |
47 "mbcast" | "opt" ipopts .
48 optname = ipopts [ "," optname ] .
49 ipopts = optlist | "sec-class" [ secname ] .
H A Dipf_y.y1456 | ipopt ipopts { yyresetdict(); }
1457 | notwith ipopt ipopts { yyresetdict(); }
1496 ipopts: optlist { DOALL(fr->fr_mip.fi_optmsk |= $1;
/netbsd/external/bsd/ipf/dist/
H A DBNF47 opttype = "ipopts" | "short" | "nat" | "bad-src" | "lowttl" | "frag" |
48 "mbcast" | "opt" ipopts .
49 optname = ipopts [ "," optname ] .
50 ipopts = optlist | "sec-class" [ secname ] .
H A DHISTORY136 3532687 with v6hdrs not supported like with ipopts
/netbsd/tests/ipf/regress/
H A Df301 pass in on hme0 proto udp all with not ipopts keep state
2 pass in on hme0 proto udp all with ipopts keep state
H A Df91 block in from any to any with ipopts
11 pass in from any to any with ipopts
H A Di92 block in from any to any with ipopts
15 pass in all with mbcast,not bcast,multicast,not state,not ipopts
H A Df101 block in from any to any with not ipopts
11 pass in from any to any with not ipopts
/netbsd/external/bsd/ipf/dist/lib/
H A Dipft_tx.c170 char *cps[20], **cpp, c, ipopts[68]; local
178 bzero(ipopts, sizeof(ipopts));
321 olen = buildopts(*cpp, ipopts, (IP_HL(ip) - 5) << 2);
323 bcopy(ipopts, (char *)(ip + 1), olen);
/netbsd/sys/netinet/
H A Dtcp_syncache.c885 struct mbuf *ipopts; in syn_cache_add() local
916 ipopts = ip_srcroute(m); in syn_cache_add()
919 ipopts = NULL; in syn_cache_add()
929 if (ipopts) { in syn_cache_add()
936 sc->sc_ipopts = ipopts; in syn_cache_add()
953 if (ipopts) in syn_cache_add()
954 (void)m_free(ipopts); in syn_cache_add()
967 sc->sc_ipopts = ipopts; in syn_cache_add()
/netbsd/tests/ipf/expected/
H A Di92 block in from any to any with ipopts
15 pass in from any to any with not ipopts,mbcast,not bcast,mcast,not state
/netbsd/external/bsd/ipf/dist/rules/
H A Dexample.sr5 log in on le0 from any to any with ipopts
39 block in quick on le0 from any to any with ipopts
H A Dexample.129 block in log all with ipopts
H A Dexample.526 pass in from any to any with ipopts
/netbsd/doc/
H A DTODO.npf33 -- implement block return-icmp in log final all with ipopts
/netbsd/sys/external/bsd/ipf/netinet/
H A Dfil.c222 static const struct optlist ipopts[20] = { variable
1479 op = ipopts + i; in ipf_pr_tcpcommon()
1828 op = ipopts + i; in ipf_pr_ipv4hdr()